Sign in
nest-open-source
/
nest-learning-thermostat
/
5.2
/
linux
/
7c4c5a477d77e0a995fb6dfb1ff1e03a2156d9ea
/
.
/
linux-imx
/
arch
/
tile
/
mm
/
Makefile
blob: e252aeddc17d7726682e3b027b07fe9405726cc8 [
file
]
#
# Makefile for the linux tile-specific parts of the memory manager.
#
obj
-
y
:=
init
.
o pgtable
.
o fault
.
o extable
.
o elf
.
o \
mmap
.
o homecache
.
o migrate_$
(
BITS
).
o
obj
-
$
(
CONFIG_HUGETLB_PAGE
)
+=
hugetlbpage
.
o
obj
-
$
(
CONFIG_HIGHMEM
)
+=
highmem
.
o