1fcef6fb6SPhillip Lougher# 2fcef6fb6SPhillip Lougher# Makefile for the linux squashfs routines. 3fcef6fb6SPhillip Lougher# 4fcef6fb6SPhillip Lougher 5fcef6fb6SPhillip Lougherobj-$(CONFIG_SQUASHFS) += squashfs.o 6fcef6fb6SPhillip Loughersquashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o 7cd59c2ecSMinchan Kimsquashfs-y += namei.o super.o symlink.o decompressor.o 8cd59c2ecSMinchan Kim 9637d5c9aSPhillip Loughersquashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o 1079cb8cedSChan Jeongsquashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o 117a43ae52SPhillip Loughersquashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o 12cc6d3497SPhillip Loughersquashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o 13cd59c2ecSMinchan Kim 14cd59c2ecSMinchan Kimifdef CONFIG_SQUASHFS_MULTI_DECOMPRESSOR 15cd59c2ecSMinchan Kim squashfs-y += decompressor_multi.o 16cd59c2ecSMinchan Kimelse 17cd59c2ecSMinchan Kim squashfs-y += decompressor_single.o 18cd59c2ecSMinchan Kimendif 19