Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
a0f629b975e0c99b4d9ccb9eaa1dbaf8ef8af15e
/
.
/
arch
/
xtensa
/
mm
/
Makefile
blob: f54f78e24d7b5e72733f23da806272a4cba6b882 [
file
] [
log
] [
blame
]
#
# 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