summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/fs/squashfs/Makefile
blob: 367dbfc2f6a64fc1c85fe0e56e75f02597ced836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the linux squashfs routines.
#

O_TARGET := squashfs.o

obj-y  := inode.o squashfs2_0.o 

ifdef CONFIG_LZMA_FS_INFLATE
obj-y += LzmaDecode.o
endif

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make