From c939d99884507de0a6b65243dbf6d204a0dd369a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 25 Mar 2019 15:11:38 +0100 Subject: [PATCH] chg: remove LDC mod be default --- armsrc/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/armsrc/Makefile b/armsrc/Makefile index 707325d41..7a24b109f 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -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