]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/kernel/cpu/Makefile
b7a11924fed73392c088643b92e090ad0bcf2992
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / kernel / cpu / Makefile
1 #
2 # Makefile for x86-compatible CPU details and quirks
3 #
4
5 obj-y := intel_cacheinfo.o addon_cpuid_features.o
6 obj-y += proc.o feature_names.o
7
8 obj-$(CONFIG_X86_32) += common.o bugs.o
9 obj-$(CONFIG_X86_32) += amd.o
10 obj-$(CONFIG_X86_64) += amd_64.o
11 obj-$(CONFIG_X86_32) += cyrix.o
12 obj-$(CONFIG_X86_32) += centaur.o
13 obj-$(CONFIG_X86_32) += transmeta.o
14 obj-$(CONFIG_X86_32) += intel.o
15 obj-$(CONFIG_X86_64) += intel_64.o
16 obj-$(CONFIG_X86_32) += umc.o
17
18 obj-$(CONFIG_X86_MCE) += mcheck/
19 obj-$(CONFIG_MTRR) += mtrr/
20 obj-$(CONFIG_CPU_FREQ) += cpufreq/
21
22 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o