]> asedeno.scripts.mit.edu Git - linux.git/blob - fs/erofs/Makefile
Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux.git] / fs / erofs / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 EROFS_VERSION = "1.0"
4
5 ccflags-y += -DEROFS_VERSION=\"$(EROFS_VERSION)\"
6
7 obj-$(CONFIG_EROFS_FS) += erofs.o
8 erofs-objs := super.o inode.o data.o namei.o dir.o utils.o
9 erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
10 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
11