2018-12-27 17:28:46 +01:00
|
|
|
# add a list of subdirectories, that should also be build
|
2019-01-27 14:33:30 +01:00
|
|
|
DIRS += vendor
|
|
|
|
|
2018-12-27 17:28:46 +01:00
|
|
|
ifneq (, $(filter esp_now, $(USEMODULE)))
|
|
|
|
DIRS += esp-now
|
|
|
|
endif
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|