mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:32:44 +01:00
9 lines
177 B
Makefile
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
|