mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rework fpga_compress & isolate zlib: use Makefile.host
This commit is contained in:
parent
43ffed1a26
commit
6ebae499aa
4 changed files with 42 additions and 87 deletions
10
common/zlib/Makefile
Normal file
10
common/zlib/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
MYSRCPATHS = ../../common/zlib
|
||||
MYSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
|
||||
MYINCLUDES = -I../../common/zlib
|
||||
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
||||
MYDEFS = -DZ_SOLO -DNO_GZIP -DZLIB_PM3_TUNED
|
||||
#-DDEBUG -Dverbose=1
|
||||
|
||||
LIB_A = libz.a
|
||||
|
||||
include ../../Makefile.host
|
Loading…
Add table
Add a link
Reference in a new issue