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
|
2023-05-15 17:57:58 +08:00
|
|
|
erofs-objs := super.o inode.o data.o namei.o dir.o utils.o sysfs.o
|
2018-07-26 20:21:52 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
|
2023-05-15 17:57:58 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o pcpubuf.o
|
2021-10-11 05:31:45 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o
|
2022-04-25 20:21:33 +08:00
|
|
|
erofs-$(CONFIG_EROFS_FS_ONDEMAND) += fscache.o
|