mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
remove non-existing file references
This commit is contained in:
parent
3acda77e6a
commit
b0802c40df
2 changed files with 2 additions and 14 deletions
|
@ -16,7 +16,7 @@ APP_CFLAGS = -DON_DEVICE \
|
||||||
include ../common/Makefile_Enabled_Options.common
|
include ../common/Makefile_Enabled_Options.common
|
||||||
|
|
||||||
ifneq (,$(findstring LCD,$(APP_CFLAGS)))
|
ifneq (,$(findstring LCD,$(APP_CFLAGS)))
|
||||||
SRC_LCD = fonts.c LCD.c
|
SRC_LCD = #fonts.c LCD.c
|
||||||
else
|
else
|
||||||
SRC_LCD =
|
SRC_LCD =
|
||||||
endif
|
endif
|
||||||
|
@ -27,11 +27,6 @@ SRC_ISO14443a = epa.c iso14443a.c mifareutil.c mifarecmd.c mifaresniff.c mifares
|
||||||
SRC_ISO14443b = iso14443b.c
|
SRC_ISO14443b = iso14443b.c
|
||||||
SRC_CRAPTO1 = crypto1.c des.c
|
SRC_CRAPTO1 = crypto1.c des.c
|
||||||
SRC_CRC = iso14443crc.c crc.c crc16.c crc32.c parity.c
|
SRC_CRC = iso14443crc.c crc.c crc16.c crc32.c parity.c
|
||||||
ifneq (,$(findstring SMARTCARD,$(APP_CFLAGS)))
|
|
||||||
SRC_SMARTCARD = i2c.c
|
|
||||||
else
|
|
||||||
SRC_SMARTCARD =
|
|
||||||
endif
|
|
||||||
#the FPGA bitstream files. Note: order matters!
|
#the FPGA bitstream files. Note: order matters!
|
||||||
FPGA_BITSTREAMS = fpga_lf.bit fpga_hf.bit
|
FPGA_BITSTREAMS = fpga_lf.bit fpga_hf.bit
|
||||||
|
|
||||||
|
@ -49,7 +44,6 @@ THUMBSRC = start.c \
|
||||||
$(SRC_ISO15693) \
|
$(SRC_ISO15693) \
|
||||||
$(SRC_LF) \
|
$(SRC_LF) \
|
||||||
$(SRC_ZLIB) \
|
$(SRC_ZLIB) \
|
||||||
$(SRC_SMARTCARD) \
|
|
||||||
appmain.c \
|
appmain.c \
|
||||||
printf.c \
|
printf.c \
|
||||||
util.c \
|
util.c \
|
||||||
|
|
|
@ -26,11 +26,6 @@ CXXFLAGS = -I../include -Wall -O3
|
||||||
APP_CFLAGS =
|
APP_CFLAGS =
|
||||||
include ../common/Makefile_Enabled_Options.common
|
include ../common/Makefile_Enabled_Options.common
|
||||||
CFLAGS += $(APP_CFLAGS)
|
CFLAGS += $(APP_CFLAGS)
|
||||||
ifneq (,$(findstring WITH_SMARTCARD,$(APP_CFLAGS)))
|
|
||||||
SRC_SMARTCARD = cmdsmartcard.c
|
|
||||||
else
|
|
||||||
SRC_SMARTCARD =
|
|
||||||
endif
|
|
||||||
|
|
||||||
LUAPLATFORM = generic
|
LUAPLATFORM = generic
|
||||||
platform = $(shell uname)
|
platform = $(shell uname)
|
||||||
|
@ -98,8 +93,7 @@ CORESRCS = uart_posix.c \
|
||||||
ui.c \
|
ui.c \
|
||||||
comms.c
|
comms.c
|
||||||
|
|
||||||
CMDSRCS = $(SRC_SMARTCARD) \
|
CMDSRCS = crapto1/crapto1.c\
|
||||||
crapto1/crapto1.c\
|
|
||||||
crapto1/crypto1.c\
|
crapto1/crypto1.c\
|
||||||
polarssl/des.c \
|
polarssl/des.c \
|
||||||
polarssl/aes.c\
|
polarssl/aes.c\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue