diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2009-09-22 22:25:24 +0400 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-01-21 00:47:46 +0300 |
commit | e6a6d3795565b8ccb957afc6ca0e50db40b2d899 (patch) | |
tree | 5ab7020e28652f3db91dffcce06d5ec1723a4394 /fs/squashfs/Makefile | |
parent | 7284ce6c9f6153d1777df5f310c959724d1bd446 (diff) | |
download | linux-e6a6d3795565b8ccb957afc6ca0e50db40b2d899.tar.xz |
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/Makefile | 2 |
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 |