mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
20 lines
477 B
Makefile
20 lines
477 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) += ../../../x86/kernel/cpu/mcheck/
|
|
|
|
obj-$(CONFIG_MTRR) += ../../../x86/kernel/cpu/mtrr/
|
|
obj-$(CONFIG_CPU_FREQ) += ../../../x86/kernel/cpu/cpufreq/
|
|
|
|
obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
|