xref: /kernel/linux/linux-6.6/fs/squashfs/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/squashfs/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the linux squashfs routines.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciobj-$(CONFIG_SQUASHFS) += squashfs.o
762306a36Sopenharmony_cisquashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
862306a36Sopenharmony_cisquashfs-y += namei.o super.o symlink.o decompressor.o page_actor.o
962306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_FILE_CACHE) += file_cache.o
1062306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_FILE_DIRECT) += file_direct.o
1162306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_DECOMP_SINGLE) += decompressor_single.o
1262306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI) += decompressor_multi.o
1362306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU) += decompressor_multi_percpu.o
1462306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
1562306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_LZ4) += lz4_wrapper.o
1662306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
1762306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
1862306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
1962306a36Sopenharmony_cisquashfs-$(CONFIG_SQUASHFS_ZSTD) += zstd_wrapper.o
20

Indexes created Thu Nov 07 10:32:03 CST 2024