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