2016-08-17 15:08:22 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
#
|
|
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port
|
|
|
|
|
2016-08-29 09:47:45 +00:00
|
|
|
COMPONENT_SRCDIRS := api apps/sntp apps core/ipv4 core/ipv6 core netif port/freertos port/netif port
|
2016-08-17 15:08:22 +00:00
|
|
|
|
|
|
|
EXTRA_CFLAGS := -Wno-error=address -Waddress -DLWIP_ESP8266
|
|
|
|
|
2016-08-19 06:32:35 +00:00
|
|
|
include $(IDF_PATH)/make/component.mk
|