mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 16:41:44 +01:00
build system: Fix bug where component src subdirs needed listing before parent source dirs
Triggered on make 3.81, happens sometimes on Linux and always(?) on macOS. May depend on the order the OS' filesystem resolves wildcards in. Includes a revert to the LWIP component to verify this is properly fixed. See also https://github.com/espressif/esp-idf/issues/632
This commit is contained in:
committed by
Angus Gratton
parent
1ddf40feb7
commit
99771a255f
@@ -14,8 +14,8 @@ endif
|
||||
|
||||
COMPONENT_SRCDIRS := \
|
||||
api \
|
||||
apps/sntp apps/ping apps \
|
||||
core/ipv4 core/ipv6 core \
|
||||
apps apps/sntp apps/ping \
|
||||
core core/ipv4 core/ipv6 \
|
||||
$(LWIP_PPP_DIRS) netif \
|
||||
port/freertos port/netif port/debug port
|
||||
|
||||
|
||||
Reference in New Issue
Block a user