Makefile 405 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for x86-compatible CPU details and quirks
#

5
obj-y	:=	common.o proc.o bugs.o
L
Linus Torvalds 已提交
6 7 8 9 10

obj-y	+=	amd.o
obj-y	+=	cyrix.o
obj-y	+=	centaur.o
obj-y	+=	transmeta.o
11
obj-y	+=	intel.o intel_cacheinfo.o addon_cpuid_features.o
L
Linus Torvalds 已提交
12 13 14 15 16 17 18
obj-y	+=	nexgen.o
obj-y	+=	umc.o

obj-$(CONFIG_X86_MCE)	+=	mcheck/

obj-$(CONFIG_MTRR)	+= 	mtrr/
obj-$(CONFIG_CPU_FREQ)	+=	cpufreq/
19 20

obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o