diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:58 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:58 -0400 |
commit | f7627e2513987bb5d4e8cb13c4e0a478352141ac (patch) | |
tree | 46ef70a107285c1dfe8161a57f433d30252d285a /arch/x86/kernel/cpu/Makefile | |
parent | 4ac24f63fd203bc12a841a88a2034dccd358d0d1 (diff) |
i386: move kernel/cpu
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile new file mode 100644 index 000000000000..6687f6d5ad2f --- /dev/null +++ b/arch/x86/kernel/cpu/Makefile | |||
@@ -0,0 +1,20 @@ | |||
1 | # | ||
2 | # Makefile for x86-compatible CPU details and quirks | ||
3 | # | ||
4 | |||
5 | obj-y := common.o proc.o bugs.o | ||
6 | |||
7 | obj-y += amd.o | ||
8 | obj-y += cyrix.o | ||
9 | obj-y += centaur.o | ||
10 | obj-y += transmeta.o | ||
11 | obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o | ||
12 | obj-y += nexgen.o | ||
13 | obj-y += umc.o | ||
14 | |||
15 | obj-$(CONFIG_X86_MCE) += ../../../x86/kernel/cpu/mcheck/ | ||
16 | |||
17 | obj-$(CONFIG_MTRR) += ../../../x86/kernel/cpu/mtrr/ | ||
18 | obj-$(CONFIG_CPU_FREQ) += ../../../x86/kernel/cpu/cpufreq/ | ||
19 | |||
20 | obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o | ||