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 | 4c0f0bb | 2009-10-06 04:04:15 +0100 | [diff] [blame] | 7 | squashfs-y += namei.o super.o symlink.o zlib_wrapper.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 |