aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/Makefile
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2009-09-22 19:25:24 +0100
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-01-20 21:47:46 +0000
commite6a6d3795565b8ccb957afc6ca0e50db40b2d899 (patch)
tree5ab7020e28652f3db91dffcce06d5ec1723a4394 /fs/squashfs/Makefile
parentLinux 2.6.33-rc4 (diff)
downloadlinux-dev-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.tar.xz
linux-dev-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.zip
Squashfs: move zlib decompression wrapper code into a separate file
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/Makefile')
-rw-r--r--fs/squashfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile
index 70e3244fa30f..a397e6f12ab5 100644
--- a/fs/squashfs/Makefile
+++ b/fs/squashfs/Makefile
@@ -4,4 +4,4 @@
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
+squashfs-y += namei.o super.o symlink.o zlib_wrapper.o