mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
# add a list of subdirectories, that should also be build
|
|
DIRS += vendor
|
|
|
|
ifneq (, $(filter esp_now, $(USEMODULE)))
|
|
DIRS += esp-now
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|