x86: Move the AMD64 specific parts out of setup_64.c
[deliverable/linux.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_32) += amd.o
10 obj-$(CONFIG_X86_64) += amd_64.o
11 obj-$(CONFIG_X86_32) += cyrix.o
12 obj-$(CONFIG_X86_32) += centaur.o
13 obj-$(CONFIG_X86_32) += transmeta.o
14 obj-$(CONFIG_X86_32) += intel.o
15 obj-$(CONFIG_X86_32) += umc.o
16
17 obj-$(CONFIG_X86_MCE) += mcheck/
18 obj-$(CONFIG_MTRR) += mtrr/
19 obj-$(CONFIG_CPU_FREQ) += cpufreq/
20
21 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
This page took 0.032272 seconds and 5 git commands to generate.