mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
4716e79c99
This patch replaces boot_ioremap invokation with bt_ioremap and removes the boot_ioremap implementation. Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
11 lines
323 B
Plaintext
11 lines
323 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_32.o extable.o pageattr_32.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
|