Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
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