#
# Makefile for the linux squashfs routines.
#

O_TARGET := squashfs.o
#wschen
#obj-y  := inode.o squashfs2_0.o
obj-y  = inode.o squashfs2_0.o
#wschen
obj-$(CONFIG_SQUASHFS_LZMA)  += LzmaDecode.o LzmaWrapper.o

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make
