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
|
2009-10-05 21:04:15 -06:00
|
|
|
squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
|
2010-05-17 12:39:02 -06:00
|
|
|
squashfs-$(CONFIG_SQUASHFS_XATTRS) += xattr.o xattr_id.o
|
2010-05-14 13:48:47 -06:00
|
|
|
|