mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
10 lines
480 B
Makefile
10 lines
480 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS += lwip/src/include lwip/src/include/lwip lwip/src/include/posix lwip/include/lwip \
|
|
include/lwip/apps include/lwip/port apps
|
|
|
|
COMPONENT_SRCDIRS += lwip/src/api lwip/src/apps/sntp lwip/src/netif lwip/src/core lwip/src/core/ipv4 lwip/src/core/ipv6 \
|
|
port/freertos port/netif apps/dhcpserver apps/multi-threads
|
|
|
|
CFLAGS += -Wno-address #lots of LWIP source files evaluate macros that check address of stack variables
|