1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp8266/Makefile

14 lines
307 B
Makefile
Raw Normal View History

2018-09-05 02:39:50 +02:00
# Define the module that is built:
MODULE = cpu
# Add a list of subdirectories, that should also be built:
DIRS += $(RIOTCPU)/esp_common
DIRS += freertos
2018-09-05 02:39:50 +02:00
DIRS += periph
DIRS += sdk
DIRS += vendor
INCLUDES += -I$(ESP8266_RTOS_SDK_DIR)/components/esp8266/include/internal
2019-09-05 13:35:58 +02:00
2018-09-05 02:39:50 +02:00
include $(RIOTBASE)/Makefile.base