mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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)))
|
||||
|
||||
# Misc
|
||||
#PLATFORM_DEFS += -DWITH_LCD
|
||||
|
||||
# Misc (LCD support)
|
||||
ifneq (,$(findstring WITH_LCD,$(PLATFORM_DEFS)))
|
||||
#PLATFORM_DEFS += -DWITH_LCD
|
||||
endif
|
||||
|
||||
# Add flags dependencies :
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue