mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Fix fpga_compress race condition and isolate it in tools
This commit is contained in:
parent
d19754567d
commit
80b4e81130
8 changed files with 87 additions and 15 deletions
|
@ -35,7 +35,7 @@ MV=mv
|
|||
|
||||
OBJDIR = obj
|
||||
|
||||
INCLUDE = -I../include -I../common_arm -I../common -I.
|
||||
INCLUDE = -I../include -I../common_arm -I../common_fpga -I../common -I.
|
||||
|
||||
TAR=tar
|
||||
TARFLAGS = -C .. -rvf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue