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