2009-01-05 08:46:27 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux squashfs routines.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_SQUASHFS) += squashfs.o
|
|
|
|
squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o
|
2011-07-22 02:01:28 +00:00
|
|
|
squashfs-y += namei.o super.o symlink.o decompressor.o
|
2010-05-31 17:46:29 +00:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
|
2010-08-05 01:29:59 +00:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
|
2010-12-09 02:08:31 +00:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
|
2011-07-22 02:01:28 +00:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
|