Browse Source

- neutrino: enable graphlcd for all non-cst models

master
vanhofen 4 years ago
parent
commit
a746e56b85
  1. 3
      make/neutrino.mk

3
make/neutrino.mk

@ -127,6 +127,9 @@ else
--with-stb-hal-includes=$(SOURCE_DIR)/$(NI-LIBSTB-HAL)/include \
--with-stb-hal-build=$(LIBSTB-HAL_BUILD_DIR)
NEUTRINO_DEPS += graphlcd-base
NEUTRINO_CONF_OPTS += --enable-graphlcd
ifeq ($(BOXTYPE), armbox)
NEUTRINO_CONF_OPTS += --disable-arm-acc
endif

Loading…
Cancel
Save