mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
10 lines
361 B
Makefile
10 lines
361 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS += include/lwip/ipv4 include/lwip/ipv6 include/lwip/posix include/lwip
|
|
|
|
COMPONENT_SRCDIRS += source/api source/api/multi-threads source/apps source/arch \
|
|
source/netif source/core source/core/ipv4 source/core/ipv6
|
|
|
|
CFLAGS += -D_POSIX_SOURCE -DLWIP_OPEN_SRC -DPBUF_RSV_FOR_WLAN -DEBUF_LWIP
|