mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
fix(lwip): Fix lwip component.mk error
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Component Makefile
|
# Component Makefile
|
||||||
#
|
#
|
||||||
COMPONENT_ADD_INCLUDEDIRS += include/ipv4 include/ipv6 include/posix
|
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 \
|
COMPONENT_SRCDIRS += source/api source/api/multi-threads source/apps source/arch \
|
||||||
source/netif source/core source/core/ipv4 source/core/ipv6
|
source/netif source/core source/core/ipv4 source/core/ipv6
|
||||||
|
Reference in New Issue
Block a user