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
|
2009-10-06 03:04:15 +00:00
|
|
|
squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
|
2010-05-17 02:17:04 +00:00
|
|
|
squashfs-y += xattr.o xattr_id.o
|
2010-05-14 19:48:47 +00:00
|
|
|
|