mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Makefile: remove ROOT_DIR
This commit is contained in:
parent
ed78bca62b
commit
79bf006419
3 changed files with 2 additions and 9 deletions
|
@ -12,8 +12,6 @@ MYCFLAGS += -DLZ4_MEMORY_USAGE=20 -Wno-redundant-decls -Wno-old-style-definitio
|
|||
|
||||
BINS = fpga_compress
|
||||
|
||||
ROOT_DIR:=$(dir $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
include ../../Makefile.host
|
||||
|
||||
fpga_compress: $(OBJDIR)/fpga_compress.o $(MYOBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue