mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|