fs/erofs: add lz4 decompression support
[platform/kernel/u-boot.git] / fs / erofs / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3
4 obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \
5                                 super.o \
6                                 namei.o \
7                                 data.o \
8                                 decompress.o \
9                                 zmap.o