mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
7 lines
184 B
Makefile
7 lines
184 B
Makefile
#
|
|
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o cache.o misc.o
|
|
obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|