mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-27 01:25:41 +08:00
place bruteforce lib with em4x50 in Makefile
This commit is contained in:
parent
19d7851c73
commit
d74b625b8b
1 changed files with 1 additions and 3 deletions
|
@ -46,7 +46,6 @@ SRC_CRC = crc.c crc16.c crc32.c
|
||||||
SRC_ICLASS = iclass.c optimized_cipherutils.c optimized_ikeys.c optimized_elite.c optimized_cipher.c
|
SRC_ICLASS = iclass.c optimized_cipherutils.c optimized_ikeys.c optimized_elite.c optimized_cipher.c
|
||||||
SRC_LEGIC = legicrf.c legicrfsim.c legic_prng.c
|
SRC_LEGIC = legicrf.c legicrfsim.c legic_prng.c
|
||||||
SRC_NFCBARCODE = thinfilm.c
|
SRC_NFCBARCODE = thinfilm.c
|
||||||
SRC_BRUTEFORCE = bruteforce.c
|
|
||||||
|
|
||||||
# SRC_BEE = bee.c
|
# SRC_BEE = bee.c
|
||||||
|
|
||||||
|
@ -78,7 +77,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring WITH_EM4x50,$(APP_CFLAGS)))
|
ifneq (,$(findstring WITH_EM4x50,$(APP_CFLAGS)))
|
||||||
SRC_EM4x50 = em4x50.c
|
SRC_EM4x50 = em4x50.c bruteforce.c
|
||||||
else
|
else
|
||||||
SRC_EM4x50 =
|
SRC_EM4x50 =
|
||||||
endif
|
endif
|
||||||
|
@ -144,7 +143,6 @@ THUMBSRC = start.c \
|
||||||
$(SRC_FELICA) \
|
$(SRC_FELICA) \
|
||||||
$(SRC_STANDALONE) \
|
$(SRC_STANDALONE) \
|
||||||
$(SRC_ZX) \
|
$(SRC_ZX) \
|
||||||
$(SRC_BRUTEFORCE) \
|
|
||||||
appmain.c \
|
appmain.c \
|
||||||
printf.c \
|
printf.c \
|
||||||
dbprint.c \
|
dbprint.c \
|
||||||
|
|
Loading…
Reference in a new issue