#
# Makefile for the linux squashfs routines.
#

obj-$(CONFIG_SQUASHFS) += squashfs.o

squashfs-objs := inode.o

ifeq ($(CONFIG_SQUASHFS_2_0_COMPATIBILITY),y)
squashfs-objs += squashfs2_0.o
endif
