Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
lib
/
lzma
/
Makefile
blob: 02e799c9938131975b0e1eed562adf6e5c46e9f3 [
file
] [
log
] [
blame
]
lzma_compress
-
objs
:=
LzFind
.
o
LzmaEnc
.
o
lzma_decompress
-
objs
:=
LzmaDec
.
o
obj
-
$
(
CONFIG_LZMA_COMPRESS
)
+=
lzma_compress
.
o
obj
-
$
(
CONFIG_LZMA_DECOMPRESS
)
+=
lzma_decompress
.
o
EXTRA_CFLAGS
+=
-
Iinclude
/
linux
-
Iinclude
/
linux
/
lzma
-
include types
.
h