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

8 lines
264 B
Makefile
Raw Normal View History

MODULE=esp_wifi
2019-09-05 13:35:58 +02:00
# we have to do it in that way to avoid that pkg/lwip is found first
CFLAGS += -I$(ESP8266_RTOS_SDK_DIR)/components/lwip/lwip/src/include
CFLAGS += -I$(ESP8266_RTOS_SDK_DIR)/components/lwip/port/esp8266/include/
2019-09-05 13:35:58 +02:00
include $(RIOTBASE)/Makefile.base