Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
luto
/
devel
/
2c2d831c81ec75a7b0d8e28caa8e3d9c1fe546f9
/
.
/
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