2009-01-05 11:46:27 +03: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
|
2009-10-06 07:04:15 +04:00
|
|
|
squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
|
2010-05-17 22:39:02 +04:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o
|
2010-05-14 23:48:47 +04:00
|
|
|
|