Phillip Lougher | fcef6fb | 2009-01-05 08:46:27 +0000 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux squashfs routines. |
| 3 | # |
| 4 | |
| 5 | obj-$(CONFIG_SQUASHFS) += squashfs.o |
| 6 | squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o |
Phillip Lougher | cc6d349 | 2011-07-22 03:01:28 +0100 | [diff] [blame] | 7 | squashfs-y += namei.o super.o symlink.o decompressor.o |
Phillip Lougher | 637d5c9 | 2010-05-31 18:46:29 +0100 | [diff] [blame] | 8 | squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o |
Chan Jeong | 79cb8ce | 2010-08-05 02:29:59 +0100 | [diff] [blame] | 9 | squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o |
Phillip Lougher | 7a43ae5 | 2010-12-09 02:08:31 +0000 | [diff] [blame] | 10 | squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o |
Phillip Lougher | cc6d349 | 2011-07-22 03:01:28 +0100 | [diff] [blame] | 11 | squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o |