mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
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
|