# Define the module that is built: MODULE = cpu # Add a list of subdirectories, that should also be built: DIRS += periph DIRS += freertos DIRS += vendor ifneq (, $(filter esp_can, $(USEMODULE))) DIRS += esp-can endif ifneq (, $(filter esp_eth, $(USEMODULE))) DIRS += esp-eth endif ifneq (, $(filter esp_now, $(USEMODULE))) DIRS += esp-now endif ifneq (, $(filter esp_wifi, $(USEMODULE))) DIRS += esp-wifi endif include $(RIOTBASE)/Makefile.base