repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git]
/
fs
/
squashfs
/
Makefile
blob
82177e263e97c06366e447061076bf7f645981be
1
#
2
# Makefile for the linux squashfs routines.
3
#
4
5
obj-
$(
CONFIG_SQUASHFS
) +=
squashfs.o
6
7
squashfs-objs
:=
inode.o
8
ifdef
CONFIG_SQUASHFS_LZMA
9
squashfs-objs
+=
LzmaDecode.o LzmaWrapper.o
10
endif