RIOT/cpu/esp_common/Makefile
2018-12-27 17:28:46 +01:00

7 lines
161 B
Makefile

# add a list of subdirectories, that should also be build
ifneq (, $(filter esp_now, $(USEMODULE)))
DIRS += esp-now
endif
include $(RIOTBASE)/Makefile.base