Skip to content

Commit

Permalink
fix: add acd sources to lwip (philips-software#400)
Browse files Browse the repository at this point in the history
Add sources for acd (Address Conflict Detection) to lwip target.
  • Loading branch information
rjaegers committed Aug 29, 2023
1 parent 04c52bd commit a4f68ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lwip/lwip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ target_sources(lwip.lwip PRIVATE
${lwip_SOURCE_DIR}/src/core/tcp_out.c
${lwip_SOURCE_DIR}/src/core/timeouts.c
${lwip_SOURCE_DIR}/src/core/udp.c
${lwip_SOURCE_DIR}/src/core/ipv4/acd.c
${lwip_SOURCE_DIR}/src/core/ipv4/autoip.c
${lwip_SOURCE_DIR}/src/core/ipv4/dhcp.c
${lwip_SOURCE_DIR}/src/core/ipv4/etharp.c
Expand All @@ -71,6 +72,7 @@ target_sources(lwip.lwip PRIVATE
${lwip_SOURCE_DIR}/src/core/ipv6/ip6_frag.c
${lwip_SOURCE_DIR}/src/core/ipv6/mld6.c
${lwip_SOURCE_DIR}/src/core/ipv6/nd6.c
${lwip_SOURCE_DIR}/src/include/lwip/acd.h
${lwip_SOURCE_DIR}/src/include/lwip/altcp.h
${lwip_SOURCE_DIR}/src/include/lwip/altcp_tcp.h
${lwip_SOURCE_DIR}/src/include/lwip/altcp_tls.h
Expand Down

0 comments on commit a4f68ef

Please sign in to comment.