mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
add: compress fpga images during compile, uncompress at run time
This commit is contained in:
parent
e61530408c
commit
add4d47046
13 changed files with 1343 additions and 130 deletions
|
@ -25,6 +25,7 @@ CC = $(CROSS)gcc
|
|||
AS = $(CROSS)as
|
||||
LD = $(CROSS)ld
|
||||
OBJCOPY = $(CROSS)objcopy
|
||||
GZIP=gzip
|
||||
|
||||
OBJDIR = obj
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue