diff options
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 0925676266bd..25dc82d3e76d 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -87,7 +87,7 @@ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | |||
87 | obj-$(CONFIG_HPET_TIMER) += hpet.o | 87 | obj-$(CONFIG_HPET_TIMER) += hpet.o |
88 | obj-$(CONFIG_APB_TIMER) += apb_timer.o | 88 | obj-$(CONFIG_APB_TIMER) += apb_timer.o |
89 | 89 | ||
90 | obj-$(CONFIG_K8_NB) += k8.o | 90 | obj-$(CONFIG_AMD_NB) += amd_nb.o |
91 | obj-$(CONFIG_DEBUG_RODATA_TEST) += test_rodata.o | 91 | obj-$(CONFIG_DEBUG_RODATA_TEST) += test_rodata.o |
92 | obj-$(CONFIG_DEBUG_NX_TEST) += test_nx.o | 92 | obj-$(CONFIG_DEBUG_NX_TEST) += test_nx.o |
93 | 93 | ||