mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4e72d1733a
This adds esp board clones for compile testing
6 lines
143 B
Makefile
6 lines
143 B
Makefile
include $(RIOTBOARD)/esp8266-olimex-mod/Makefile.features
|
|
|
|
ifeq (1, $(TEST_KCONFIG))
|
|
KCONFIG_ADD_CONFIG += $(BOARDDIR)/$(BOARD).config
|
|
endif
|