mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-26 14:29:29 +07:00
e64c8aa0c5
Unify the now identical ioremap_32.c and ioremap_64.c into the same ioremap.c file. No code changed. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
#
|
|
# Makefile for the linux i386-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init_32.o pgtable_32.o fault_32.o ioremap.o extable.o pageattr.o mmap.o
|
|
|
|
obj-$(CONFIG_CPA_DEBUG) += pageattr-test.o
|
|
obj-$(CONFIG_NUMA) += discontig_32.o
|
|
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem_32.o
|