mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
chg: remove LDC mod be default
This commit is contained in:
parent
8ce361202c
commit
c939d99884
1 changed files with 6 additions and 2 deletions
|
@ -58,8 +58,6 @@ APP_CFLAGS = $(PLATFORM_DEFS) \
|
|||
# -DWITH_HF_COLIN
|
||||
# -DWITH_HF_BOG
|
||||
|
||||
|
||||
SRC_LCD = fonts.c LCD.c
|
||||
SRC_LF = lfops.c hitag2_crypto.c hitag2.c hitagS.c lfsampling.c pcf7931.c lfdemod.c
|
||||
SRC_ISO15693 = iso15693.c iso15693tools.c
|
||||
#SRC_ISO14443a = iso14443a.c mifareutil.c mifarecmd.c epa.c mifaresim.c
|
||||
|
@ -91,6 +89,12 @@ else
|
|||
SRC_FPC =
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring WITH_LCD,$(APP_CLAGS)))
|
||||
SRC_LCD = fonts.c LCD.c
|
||||
else
|
||||
SRC_LCD =
|
||||
endif
|
||||
|
||||
# Generic standalone Mode injection of source code
|
||||
SRC_STANDALONE =
|
||||
# WITH_LF_ICERUN
|
||||
|
|
Loading…
Reference in a new issue