mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
628739172b
When disp_dev is present, pull the ili9341 driver to allow auto- initialization Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
6 lines
118 B
Makefile
6 lines
118 B
Makefile
ifneq (,$(filter disp_dev,$(USEMODULE)))
|
|
USEMODULE += ili9341
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/esp32/Makefile.dep
|