2019-07-31 23:57:31 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-07-26 20:21:51 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_EROFS_FS) += erofs.o
|
2021-12-01 22:54:36 +08:00
|
|
|
erofs-objs := super.o inode.o data.o namei.o dir.o utils.o pcpubuf.o sysfs.o
|
2018-07-26 20:21:52 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
|
2019-07-31 23:57:32 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
|
2021-10-11 05:31:45 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o
|