LCD support is conditional

This commit is contained in:
iceman1001 2020-11-30 12:25:53 +01:00
commit c9bfb5c10b

View file

@ -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 :