Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
9e96a3d6ae390dbd869c48a217e98666bb04947b
/
.
/
fs
/
erofs
/
Makefile
blob: 1f9aced49070ac77c2a1907adc5c51bea898c6ee [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
obj
-
$
(
CONFIG_EROFS_FS
)
+=
erofs
.
o
erofs
-
objs
:=
super
.
o inode
.
o data
.
o namei
.
o dir
.
o utils
.
o pcpubuf
.
o
erofs
-
$
(
CONFIG_EROFS_FS_XATTR
)
+=
xattr
.
o
erofs
-
$
(
CONFIG_EROFS_FS_ZIP
)
+=
decompressor
.
o zmap
.
o zdata
.
o