CHG: should remove the OSX linker warning: ld: warning: directory not found for option '-L/opt/local/lib'

This commit is contained in:
iceman1001 2017-01-26 21:13:17 +01:00
commit 74dde713b1

View file

@ -54,8 +54,7 @@ THUMBSRC = start.c \
string.c \
BigBuf.c \
ticks.c \
hfsnoop.c \
random.c
hfsnoop.c
# These are to be compiled in ARM mode
ARMSRC = fpgaloader.c \
@ -66,7 +65,8 @@ ARMSRC = fpgaloader.c \
$(SRC_ICLASS) \
usb_cdc.c \
cmd.c \
parity.c
parity.c \
random.c
# $(SRC_EMV) \
#BigBuf.c \