1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
2022-02-04 08:24:20 +01:00

9 lines
177 B
Makefile

ifneq (,$(filter disp_dev,$(USEMODULE)))
USEMODULE += ili9341
endif
# Sets up configuration for openocd
USEMODULE += esp_jtag
include $(RIOTBOARD)/common/esp32/Makefile.dep