Skip to content

Commit

Permalink
Fix 917 ICD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jul 16, 2024
1 parent 1da085d commit ccd7366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion third_party/silabs/lwip.gni
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ template("lwip_target") {
"${_lwip_root}/src/core/ipv6/ip6.c",
"${_lwip_root}/src/core/ipv6/ip6_addr.c",
"${_lwip_root}/src/core/ipv6/ip6_frag.c",
"${_lwip_root}/src/core/ipv6/mld6.c",
"${_lwip_root}/src/core/ipv6/nd6.c",

# TODO: When updating to next Si SDK version, revert change.
"${sdk_support_root}/src/core/ipv6/mld6.c",
]
}

Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/matter_support

0 comments on commit ccd7366

Please sign in to comment.