mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Uncomment lcd option (still) not enabled by default
use Makefile_Enabled_Options.common to enable lcd if desired.
This commit is contained in:
parent
b0802c40df
commit
a7c2ae2317
2 changed files with 2 additions and 2 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
|
||||||
|
|
|
@ -15,7 +15,6 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
|
||||||
-DWITH_GUI
|
-DWITH_GUI
|
||||||
#END
|
#END
|
||||||
|
|
||||||
#-DWITH_LCD
|
|
||||||
|
|
||||||
### Standalone modes:
|
### Standalone modes:
|
||||||
#-DWITH_ISO14443a_StandAlone
|
#-DWITH_ISO14443a_StandAlone
|
||||||
|
@ -36,5 +35,6 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \
|
||||||
#-DWITH_HFSNOOP \ include HFSNOOP support in build
|
#-DWITH_HFSNOOP \ include HFSNOOP support in build
|
||||||
#-DWITH_SMARTCARD \ include SMARTCARD support in build
|
#-DWITH_SMARTCARD \ include SMARTCARD support in build
|
||||||
#-DWITH_GUI \ include QT GUI/Graph support in build
|
#-DWITH_GUI \ include QT GUI/Graph support in build
|
||||||
|
#-DWITH_LCD \ include LCD support in build (experimental?)
|
||||||
|
|
||||||
#marshmellow NOTE: tested GUI, and SMARTCARD removal only...
|
#marshmellow NOTE: tested GUI, and SMARTCARD removal only...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue