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