|
@@ -49,15 +49,15 @@ obj-y += pcspeaker.o
|
|
CFLAGS_vsyscall_64.o := $(PROFILING) -g0
|
|
CFLAGS_vsyscall_64.o := $(PROFILING) -g0
|
|
|
|
|
|
therm_throt-y += ../../x86/kernel/cpu/mcheck/therm_throt.o
|
|
therm_throt-y += ../../x86/kernel/cpu/mcheck/therm_throt.o
|
|
-bootflag-y += ../../i386/kernel/bootflag.o
|
|
|
|
-cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o
|
|
|
|
-topology-y += ../../i386/kernel/topology.o
|
|
|
|
-microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o
|
|
|
|
|
|
+bootflag-y += ../../x86/kernel/bootflag.o
|
|
|
|
+cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../x86/kernel/cpuid.o
|
|
|
|
+topology-y += ../../x86/kernel/topology.o
|
|
|
|
+microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../x86/kernel/microcode.o
|
|
intel_cacheinfo-y += ../../x86/kernel/cpu/intel_cacheinfo.o
|
|
intel_cacheinfo-y += ../../x86/kernel/cpu/intel_cacheinfo.o
|
|
addon_cpuid_features-y += ../../x86/kernel/cpu/addon_cpuid_features.o
|
|
addon_cpuid_features-y += ../../x86/kernel/cpu/addon_cpuid_features.o
|
|
-quirks-y += ../../i386/kernel/quirks.o
|
|
|
|
-i8237-y += ../../i386/kernel/i8237.o
|
|
|
|
-msr-$(subst m,y,$(CONFIG_X86_MSR)) += ../../i386/kernel/msr.o
|
|
|
|
-alternative-y += ../../i386/kernel/alternative.o
|
|
|
|
-pcspeaker-y += ../../i386/kernel/pcspeaker.o
|
|
|
|
|
|
+quirks-y += ../../x86/kernel/quirks.o
|
|
|
|
+i8237-y += ../../x86/kernel/i8237.o
|
|
|
|
+msr-$(subst m,y,$(CONFIG_X86_MSR)) += ../../x86/kernel/msr.o
|
|
|
|
+alternative-y += ../../x86/kernel/alternative.o
|
|
|
|
+pcspeaker-y += ../../x86/kernel/pcspeaker.o
|
|
perfctr-watchdog-y += ../../x86/kernel/cpu/perfctr-watchdog.o
|
|
perfctr-watchdog-y += ../../x86/kernel/cpu/perfctr-watchdog.o
|