Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2
3EROFS_VERSION = "1.0"
4
5ccflags-y += -DEROFS_VERSION=\"$(EROFS_VERSION)\"
6
7obj-$(CONFIG_EROFS_FS) += erofs.o
8erofs-objs := super.o inode.o data.o namei.o dir.o utils.o
9erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
10erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
11