repo.or.cz
/
htc-linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'refs/merge-requests/1' of git://gitorious.org/linux-on-wince-htc/linux_...
[htc-linux.git]
/
lib
/
lzo
/
Makefile
blob
e764116ea12d3869da9fbd5c42be3c71c7325506
1
lzo_compress-objs
:=
lzo1x_compress.o
2
lzo_decompress-objs
:=
lzo1x_decompress.o
3
4
obj-
$(
CONFIG_LZO_COMPRESS
) +=
lzo_compress.o
5
obj-
$(
CONFIG_LZO_DECOMPRESS
) +=
lzo_decompress.o