x86_64: prepare shared mm/init.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f3ba86d98a
commit
4391e4cc25
|
@ -2,7 +2,7 @@
|
|||
# Makefile for the linux x86_64-specific parts of the memory manager.
|
||||
#
|
||||
|
||||
obj-y := init.o fault.o ioremap_64.o extable.o pageattr.o mmap.o
|
||||
obj-y := init_64.o fault.o ioremap_64.o extable.o pageattr.o mmap.o
|
||||
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
||||
obj-$(CONFIG_NUMA) += numa.o
|
||||
obj-$(CONFIG_K8_NUMA) += k8topology.o
|
||||
|
|
Loading…
Reference in New Issue