c61e211d99
Unify includes in moved fault.c. Modify Makefiles to pick up unified file. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
9 lines
271 B
Text
9 lines
271 B
Text
#
|
|
# Makefile for the linux i386-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init_32.o pgtable_32.o fault.o ioremap.o extable.o pageattr.o mmap.o
|
|
|
|
obj-$(CONFIG_NUMA) += discontig_32.o
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem_32.o
|