2009-01-05 01:46:27 -07: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-21 20:01:28 -06:00
|
|
|
squashfs-y += namei.o super.o symlink.o decompressor.o
|
2010-05-31 11:46:29 -06:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XATTR) += xattr.o xattr_id.o
|
2010-08-04 19:29:59 -06:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_LZO) += lzo_wrapper.o
|
2010-12-08 19:08:31 -07:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XZ) += xz_wrapper.o
|
2011-07-21 20:01:28 -06:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_ZLIB) += zlib_wrapper.o
|