diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:14:47 -0400 |
commit | a6d83df15c53a5f503c50e3d824c1cf3f89ebb1a (patch) | |
tree | f9a31879ce447d246930cb0be7659a20d95086ef /arch/x86_64/kernel/Makefile | |
parent | 198a071dff9ee61973edf8c58f22ecd5bc4892c8 (diff) |
x86_64: prepare shared kernel/vsmp.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86_64/kernel/Makefile')
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index edf4c88a98d4..959bb68959af 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -34,7 +34,7 @@ obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o | |||
34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o | 34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o |
35 | obj-$(CONFIG_KPROBES) += kprobes.o | 35 | obj-$(CONFIG_KPROBES) += kprobes.o |
36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer.o | 36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer.o |
37 | obj-$(CONFIG_X86_VSMP) += vsmp.o | 37 | obj-$(CONFIG_X86_VSMP) += vsmp_64.o |
38 | obj-$(CONFIG_K8_NB) += k8.o | 38 | obj-$(CONFIG_K8_NB) += k8.o |
39 | obj-$(CONFIG_AUDIT) += audit.o | 39 | obj-$(CONFIG_AUDIT) += audit.o |
40 | 40 | ||