1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/external_board_dirs/esp-ci-boards/esp32-ci/Makefile.include

6 lines
243 B
Makefile
Raw Normal View History

# We must duplicate the include done by $(RIOTBASE)/Makefile.include
# to also include the main board header
INCLUDES += $(addprefix -I,$(wildcard $(RIOTBOARD)/esp32-wrover-kit/include))
include $(RIOTBOARD)/esp32-wrover-kit/Makefile.include