1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 >> 3 EROFS_VERSION = "1.0" >> 4 >> 5 ccflags-y += -DEROFS_VERSION=\"$(EROFS_VERSION)\" >> 6 3 obj-$(CONFIG_EROFS_FS) += erofs.o 7 obj-$(CONFIG_EROFS_FS) += erofs.o 4 erofs-objs := super.o inode.o data.o namei.o d !! 8 erofs-objs := super.o inode.o data.o namei.o dir.o utils.o 5 erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o 9 erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o 6 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o !! 10 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o 7 erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompres !! 11 8 erofs-$(CONFIG_EROFS_FS_ZIP_DEFLATE) += decomp << 9 erofs-$(CONFIG_EROFS_FS_ZIP_ZSTD) += decompres << 10 erofs-$(CONFIG_EROFS_FS_BACKED_BY_FILE) += fil << 11 erofs-$(CONFIG_EROFS_FS_ONDEMAND) += fscache.o <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.