1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 17:12:45 +01:00
RIOT/boards/esp32-wrover-kit/Makefile.dep

6 lines
118 B
Makefile
Raw Normal View History

ifneq (,$(filter disp_dev,$(USEMODULE)))
USEMODULE += ili9341
endif
2018-10-08 12:20:49 +02:00
include $(RIOTBOARD)/common/esp32/Makefile.dep