1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +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