Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
[pandora-kernel.git] / arch / x86 / kernel / cpu / Makefile
1 #
2 # Makefile for x86-compatible CPU details and quirks
3 #
4
5 obj-y                   := intel_cacheinfo.o addon_cpuid_features.o
6 obj-y                   += proc.o feature_names.o
7
8 obj-$(CONFIG_X86_32)    += common.o bugs.o
9 obj-$(CONFIG_X86_64)    += common_64.o bugs_64.o
10 obj-$(CONFIG_X86_32)    += amd.o
11 obj-$(CONFIG_X86_64)    += amd_64.o
12 obj-$(CONFIG_X86_32)    += cyrix.o
13 obj-$(CONFIG_X86_32)    += centaur.o
14 obj-$(CONFIG_X86_64)    += centaur_64.o
15 obj-$(CONFIG_X86_32)    += transmeta.o
16 obj-$(CONFIG_X86_32)    += intel.o
17 obj-$(CONFIG_X86_64)    += intel_64.o
18 obj-$(CONFIG_X86_32)    += umc.o
19
20 obj-$(CONFIG_X86_MCE)   += mcheck/
21 obj-$(CONFIG_MTRR)      += mtrr/
22 obj-$(CONFIG_CPU_FREQ)  += cpufreq/
23
24 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o