mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
x86_64: prepare shared mm/ioremap.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
de48b04666
commit
f3ba86d98a
@ -2,7 +2,7 @@
|
||||
# Makefile for the linux x86_64-specific parts of the memory manager.
|
||||
#
|
||||
|
||||
obj-y := init.o fault.o ioremap.o extable.o pageattr.o mmap.o
|
||||
obj-y := init.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
Block a user