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 Feb 14, 2024
1 parent 21e4bd2 commit 36c7c10
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 @@ -220,7 +220,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" ]

Expand Down

0 comments on commit 36c7c10

Please sign in to comment.