27bd0c9556
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
20 lines
405 B
Makefile
20 lines
405 B
Makefile
#
|
|
# Makefile for x86-compatible CPU details and quirks
|
|
#
|
|
|
|
obj-y := common.o proc.o bugs.o
|
|
|
|
obj-y += amd.o
|
|
obj-y += cyrix.o
|
|
obj-y += centaur.o
|
|
obj-y += transmeta.o
|
|
obj-y += intel.o intel_cacheinfo.o addon_cpuid_features.o
|
|
obj-y += nexgen.o
|
|
obj-y += umc.o
|
|
|
|
obj-$(CONFIG_X86_MCE) += mcheck/
|
|
|
|
obj-$(CONFIG_MTRR) += mtrr/
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq/
|
|
|
|
obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
|