X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86%2Fkernel%2Fcpu%2FMakefile;h=ee7c45235e547a769f091842a8fe3cf959ce5fcc;hb=eddeb0e2d863e3941d8768e70cb50c6120e61fa0;hp=cfdb2f3bd7636bff75d5ac2fd322800c5afa8639;hpb=53173920dab204a31ef37e7d2cb25b964a8a7752;p=linux-2.6 diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index cfdb2f3bd7..ee7c45235e 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile @@ -3,8 +3,9 @@ # obj-y := intel_cacheinfo.o addon_cpuid_features.o +obj-y += proc.o feature_names.o -obj-$(CONFIG_X86_32) += common.o proc.o bugs.o +obj-$(CONFIG_X86_32) += common.o bugs.o obj-$(CONFIG_X86_32) += amd.o obj-$(CONFIG_X86_32) += cyrix.o obj-$(CONFIG_X86_32) += centaur.o