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