1# SPDX-License-Identifier: GPL-2.0+ 2# 3 4obj-$(CONFIG_$(SPL_)FS_SQUASHFS) = sqfs.o \ 5 sqfs_inode.o \ 6 sqfs_dir.o \ 7 sqfs_decompressor.o 8