aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/kernel/cpu/Makefile
blob: 0b6a8551e9e222167c44fbb8e6bd63bd0d10141c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# 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	+=	rise.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