x86_64: prepare shared kernel/module.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c3ca5f30b6
commit
0856268597
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue