]> Pileus Git - ~andy/linux/blobdiff - fs/squashfs/Makefile
Squashfs: Refactor decompressor interface and code
[~andy/linux] / fs / squashfs / Makefile
index 110b0476f3b48a21e016dd8f4337476ddf37c3ce..c223c8439c21aabbac42b7729f385afe835bf091 100644 (file)
@@ -4,7 +4,7 @@
 
 obj-$(CONFIG_SQUASHFS) += squashfs.o
 squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
-squashfs-y += namei.o super.o symlink.o decompressor.o
+squashfs-y += namei.o super.o symlink.o decompressor.o decompressor_single.o
 squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
 squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
 squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o