mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: should remove the OSX linker warning: ld: warning: directory not found for option '-L/opt/local/lib'
This commit is contained in:
parent
beb2ce1f2d
commit
74dde713b1
1 changed files with 3 additions and 3 deletions
|
@ -54,8 +54,7 @@ THUMBSRC = start.c \
|
||||||
string.c \
|
string.c \
|
||||||
BigBuf.c \
|
BigBuf.c \
|
||||||
ticks.c \
|
ticks.c \
|
||||||
hfsnoop.c \
|
hfsnoop.c
|
||||||
random.c
|
|
||||||
|
|
||||||
# These are to be compiled in ARM mode
|
# These are to be compiled in ARM mode
|
||||||
ARMSRC = fpgaloader.c \
|
ARMSRC = fpgaloader.c \
|
||||||
|
@ -66,7 +65,8 @@ ARMSRC = fpgaloader.c \
|
||||||
$(SRC_ICLASS) \
|
$(SRC_ICLASS) \
|
||||||
usb_cdc.c \
|
usb_cdc.c \
|
||||||
cmd.c \
|
cmd.c \
|
||||||
parity.c
|
parity.c \
|
||||||
|
random.c
|
||||||
# $(SRC_EMV) \
|
# $(SRC_EMV) \
|
||||||
#BigBuf.c \
|
#BigBuf.c \
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue