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-09-22 18:25:24 +00:00
|
|
|
squashfs-y += namei.o super.o symlink.o zlib_wrapper.o
|