mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
5bb8def55d
Map physical memory outside KIO region into the vmalloc area. Unmap it with vunmap. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
8 lines
194 B
Makefile
8 lines
194 B
Makefile
#
|
|
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o misc.o
|
|
obj-$(CONFIG_MMU) += cache.o fault.o ioremap.o mmu.o tlb.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|