Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
linux
/
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