Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
arch
/
s390
/
mm
/
Makefile
blob: aa9a42b6e62d14668055f8c165388ac611687893 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame^
]
1
#
2
# Makefile for the linux s390-specific parts of the memory manager.
3
#
4
5
obj
-
y
:=
init
.
o fault
.
o ioremap
.
o extmem
.
o mmap
.
o
6
obj
-
$
(
CONFIG_CMM
)
+=
cmm
.
o
7