diff options
Diffstat (limited to 'arch/x86/kernel/cpu/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index 778396c78d65..cfdb2f3bd763 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile | |||
@@ -2,19 +2,19 @@ | |||
2 | # Makefile for x86-compatible CPU details and quirks | 2 | # Makefile for x86-compatible CPU details and quirks |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := common.o proc.o bugs.o | 5 | obj-y := intel_cacheinfo.o addon_cpuid_features.o |
6 | 6 | ||
7 | obj-y += amd.o | 7 | obj-$(CONFIG_X86_32) += common.o proc.o bugs.o |
8 | obj-y += cyrix.o | 8 | obj-$(CONFIG_X86_32) += amd.o |
9 | obj-y += centaur.o | 9 | obj-$(CONFIG_X86_32) += cyrix.o |
10 | obj-y += transmeta.o | 10 | obj-$(CONFIG_X86_32) += centaur.o |
11 | obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o | 11 | obj-$(CONFIG_X86_32) += transmeta.o |
12 | obj-y += nexgen.o | 12 | obj-$(CONFIG_X86_32) += intel.o |
13 | obj-y += umc.o | 13 | obj-$(CONFIG_X86_32) += nexgen.o |
14 | obj-$(CONFIG_X86_32) += umc.o | ||
14 | 15 | ||
15 | obj-$(CONFIG_X86_MCE) += mcheck/ | 16 | obj-$(CONFIG_X86_MCE) += mcheck/ |
16 | 17 | obj-$(CONFIG_MTRR) += mtrr/ | |
17 | obj-$(CONFIG_MTRR) += mtrr/ | 18 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ |
18 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ | ||
19 | 19 | ||
20 | obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o | 20 | obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o |