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

11 lines
215 B
Makefile

# Define the module that is built:
MODULE = cpu
# Add a list of subdirectories, that should also be built:
DIRS += $(RIOTCPU)/esp_common
DIRS += periph
DIRS += sdk
DIRS += vendor
include $(RIOTBASE)/Makefile.base