mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
b195bc00ef
unify the now perfectly identical pageattr_32/64.c files - no code changed. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
#
|
|
# Makefile for the linux x86_64-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init_64.o fault_64.o ioremap_64.o extable.o pageattr.o mmap.o
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_NUMA) += numa_64.o
|
|
obj-$(CONFIG_K8_NUMA) += k8topology_64.o
|
|
obj-$(CONFIG_ACPI_NUMA) += srat_64.o
|
|
obj-$(CONFIG_CPA_DEBUG) += pageattr-test.o
|