Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[deliverable/linux.git] / arch / x86 / kernel / cpu / Makefile
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) += mcheck/
16
17 obj-$(CONFIG_MTRR) += mtrr/
18 obj-$(CONFIG_CPU_FREQ) += cpufreq/
19
20 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
This page took 0.031594 seconds and 6 git commands to generate.