From 2102768b9bde4ec8aa446ac8d3462bbac2f17fb9 Mon Sep 17 00:00:00 2001 From: Alexander Mazuruk Date: Wed, 25 Oct 2023 17:32:46 +0200 Subject: [PATCH] Remove lwip's mdns from cc32xx Signed-off-by: Alexander Mazuruk --- src/lwip/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lwip/BUILD.gn b/src/lwip/BUILD.gn index e1b21db9c5fc22..3dbe2c60fdb6bb 100644 --- a/src/lwip/BUILD.gn +++ b/src/lwip/BUILD.gn @@ -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") {