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