]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - fs/erofs/Makefile
Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / fs / erofs / Makefile
CommitLineData
29b24f6c 1# SPDX-License-Identifier: GPL-2.0-only
fd68c6a2 2
47e4937a 3EROFS_VERSION = "1.0"
fd68c6a2 4
5249495d 5ccflags-y += -DEROFS_VERSION=\"$(EROFS_VERSION)\"
fd68c6a2
GX
6
7obj-$(CONFIG_EROFS_FS) += erofs.o
b29e64d8 8erofs-objs := super.o inode.o data.o namei.o dir.o utils.o
b17500a0 9erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
57b78c9f 10erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o
fd68c6a2 11