x86: move cmpxchg fallbacks to a generic place
[deliverable/linux.git] / arch / x86 / kernel / cpu / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for x86-compatible CPU details and quirks
3#
4
34d19e29 5obj-y := intel_cacheinfo.o addon_cpuid_features.o
eb19067d 6obj-y += proc.o feature_names.o
1da177e4 7
774400a3 8obj-$(CONFIG_X86_32) += common.o bugs.o cmpxchg.o
f580366f 9obj-$(CONFIG_X86_64) += common_64.o bugs_64.o
34d19e29 10obj-$(CONFIG_X86_32) += amd.o
4d285878 11obj-$(CONFIG_X86_64) += amd_64.o
34d19e29
TG
12obj-$(CONFIG_X86_32) += cyrix.o
13obj-$(CONFIG_X86_32) += centaur.o
30a71318 14obj-$(CONFIG_X86_64) += centaur_64.o
34d19e29
TG
15obj-$(CONFIG_X86_32) += transmeta.o
16obj-$(CONFIG_X86_32) += intel.o
a82fbe31 17obj-$(CONFIG_X86_64) += intel_64.o
34d19e29 18obj-$(CONFIG_X86_32) += umc.o
1da177e4 19
34d19e29
TG
20obj-$(CONFIG_X86_MCE) += mcheck/
21obj-$(CONFIG_MTRR) += mtrr/
22obj-$(CONFIG_CPU_FREQ) += cpufreq/
09198e68
AK
23
24obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
This page took 0.345849 seconds and 5 git commands to generate.