1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux squashfs routines. 4 # 5 6 obj-$(CONFIG_SQUASHFS) += squashfs.o 7 squashfs-y += block.o cache.o dir.o export.o f 8 squashfs-y += namei.o super.o symlink.o decomp 9 squashfs-$(CONFIG_SQUASHFS_FILE_CACHE) += file 10 squashfs-$(CONFIG_SQUASHFS_FILE_DIRECT) += fil 11 squashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += d 12 squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += de 13 squashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU 14 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o x 15 squashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper 16 squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper 17 squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o 18 squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapp 19 squashfs-$(CONFIG_SQUASHFS_ZSTD) += zstd_wrapp
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.