diff options
Diffstat (limited to 'arch/x86_64/kernel/Makefile_64')
-rw-r--r-- | arch/x86_64/kernel/Makefile_64 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/x86_64/kernel/Makefile_64 b/arch/x86_64/kernel/Makefile_64 index 690aebf37c37..3a204cc599d7 100644 --- a/arch/x86_64/kernel/Makefile_64 +++ b/arch/x86_64/kernel/Makefile_64 | |||
@@ -49,15 +49,15 @@ obj-y += pcspeaker.o | |||
49 | CFLAGS_vsyscall_64.o := $(PROFILING) -g0 | 49 | CFLAGS_vsyscall_64.o := $(PROFILING) -g0 |
50 | 50 | ||
51 | therm_throt-y += ../../x86/kernel/cpu/mcheck/therm_throt.o | 51 | therm_throt-y += ../../x86/kernel/cpu/mcheck/therm_throt.o |
52 | bootflag-y += ../../i386/kernel/bootflag.o | 52 | bootflag-y += ../../x86/kernel/bootflag.o |
53 | cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o | 53 | cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../x86/kernel/cpuid.o |
54 | topology-y += ../../i386/kernel/topology.o | 54 | topology-y += ../../x86/kernel/topology.o |
55 | microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o | 55 | microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../x86/kernel/microcode.o |
56 | intel_cacheinfo-y += ../../x86/kernel/cpu/intel_cacheinfo.o | 56 | intel_cacheinfo-y += ../../x86/kernel/cpu/intel_cacheinfo.o |
57 | addon_cpuid_features-y += ../../x86/kernel/cpu/addon_cpuid_features.o | 57 | addon_cpuid_features-y += ../../x86/kernel/cpu/addon_cpuid_features.o |
58 | quirks-y += ../../i386/kernel/quirks.o | 58 | quirks-y += ../../x86/kernel/quirks.o |
59 | i8237-y += ../../i386/kernel/i8237.o | 59 | i8237-y += ../../x86/kernel/i8237.o |
60 | msr-$(subst m,y,$(CONFIG_X86_MSR)) += ../../i386/kernel/msr.o | 60 | msr-$(subst m,y,$(CONFIG_X86_MSR)) += ../../x86/kernel/msr.o |
61 | alternative-y += ../../i386/kernel/alternative.o | 61 | alternative-y += ../../x86/kernel/alternative.o |
62 | pcspeaker-y += ../../i386/kernel/pcspeaker.o | 62 | pcspeaker-y += ../../x86/kernel/pcspeaker.o |
63 | perfctr-watchdog-y += ../../x86/kernel/cpu/perfctr-watchdog.o | 63 | perfctr-watchdog-y += ../../x86/kernel/cpu/perfctr-watchdog.o |