mirror of https://gitee.com/openkylin/linux.git
i386: 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
6e5191ef15
commit
afb5ce0671
|
@ -2,7 +2,7 @@
|
|||
# Makefile for the linux i386-specific parts of the memory manager.
|
||||
#
|
||||
|
||||
obj-y := init.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o
|
||||
obj-y := init_32.o pgtable.o fault.o ioremap_32.o extable.o pageattr.o mmap.o
|
||||
|
||||
obj-$(CONFIG_NUMA) += discontig_32.o
|
||||
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
||||
|
|
Loading…
Reference in New Issue