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