#
# Makefile for the linux squashfs routines.
#

obj-$(CONFIG_SQUASHFS_LZMA) += squashfs.o
squashfs-y += inode.o
squashfs-y += squashfs2_0.o
squashfs-y += LzmaDecode.o LzmaDecodeSize.o
