diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:21 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:14:21 +0200 |
commit | 0856268597a2ce7efc30390695d655d3dee05ca8 (patch) | |
tree | da88227a286ed8ffcf356b09ef2e575e09ad0e9b /arch/x86_64/kernel/Makefile | |
parent | x86_64: prepare shared kernel/asm-offsets.c (diff) | |
download | linux-0856268597a2ce7efc30390695d655d3dee05ca8.tar.xz linux-0856268597a2ce7efc30390695d655d3dee05ca8.zip |
x86_64: prepare shared kernel/module.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 5ddd94b34b2c..8c48cd7b399c 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile @@ -38,7 +38,7 @@ obj-$(CONFIG_X86_VSMP) += vsmp.o obj-$(CONFIG_K8_NB) += k8.o obj-$(CONFIG_AUDIT) += audit.o -obj-$(CONFIG_MODULES) += module.o +obj-$(CONFIG_MODULES) += module_64.o obj-$(CONFIG_PCI) += early-quirks.o obj-y += topology.o |