Skip to content

Commit

Permalink
Remove lwip's mdns from cc32xx
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mazuruk <aalexanderr@gmail.com>
  • Loading branch information
aalexanderr committed Jan 17, 2024
1 parent fd91900 commit 2102768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lwip/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ if (current_os == "zephyr" || current_os == "mbed") {
public_deps += [ "${ti_simplelink_sdk_build_root}:ti_simplelink_sdk" ]
} else if (lwip_platform == "cc32xx") {
public_deps += [ "${ti_simplelink_sdk_build_root}:ti_simplelink_sdk" ]
sources += [ "${chip_root}/third_party/lwip/repo/src/apps/mdns/mdns.c" ]
} else if (lwip_platform == "silabs") {
public_deps += [ "${efr32_sdk_build_root}:efr32_sdk" ]
} else if (lwip_platform == "standalone") {
Expand Down

0 comments on commit 2102768

Please sign in to comment.