2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Makefile for x86-compatible CPU details and quirks
|
|
|
|
#
|
|
|
|
|
2007-05-02 13:27:12 -04:00
|
|
|
obj-y := common.o proc.o bugs.o
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
obj-y += amd.o
|
|
|
|
obj-y += cyrix.o
|
|
|
|
obj-y += centaur.o
|
|
|
|
obj-y += transmeta.o
|
2007-07-11 15:18:32 -04:00
|
|
|
obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
|
2005-04-16 18:20:36 -04:00
|
|
|
obj-y += rise.o
|
|
|
|
obj-y += nexgen.o
|
|
|
|
obj-y += umc.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_X86_MCE) += mcheck/
|
|
|
|
|
|
|
|
obj-$(CONFIG_MTRR) += mtrr/
|
|
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq/
|
2007-05-02 13:27:20 -04:00
|
|
|
|
|
|
|
obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
|