mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
LCD support is conditional
This commit is contained in:
parent
94fa635fcd
commit
c9bfb5c10b
1 changed files with 4 additions and 3 deletions
|
@ -143,9 +143,10 @@ PLATFORM_DEFS+=$(STANDALONE_PLATFORM_DEFS)
|
||||||
|
|
||||||
$(info $(findstring WITH_STANDALONE_*,$(PLATFORM_DEFS)))
|
$(info $(findstring WITH_STANDALONE_*,$(PLATFORM_DEFS)))
|
||||||
|
|
||||||
# Misc
|
# Misc (LCD support)
|
||||||
#PLATFORM_DEFS += -DWITH_LCD
|
ifneq (,$(findstring WITH_LCD,$(PLATFORM_DEFS)))
|
||||||
|
#PLATFORM_DEFS += -DWITH_LCD
|
||||||
|
endif
|
||||||
|
|
||||||
# Add flags dependencies :
|
# Add flags dependencies :
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue