Skip to content

Commit

Permalink
[NXP][RT} fix OTBR compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jby-nxp committed Oct 7, 2024
1 parent 433dd4e commit 98ab4cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/platform/nxp/rt/rt1060/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ static_library("nxp_platform") {
if (chip_mdns == "platform") {
if (chip_enable_wifi) {
sources += [
"../../../OpenThread/DnssdImpl.cpp",
"../../../OpenThread/OpenThreadDnssdImpl.cpp",
"../../../OpenThread/OpenThreadDnssdImpl.h",
"../../common/DnssdImpl.cpp",
Expand Down
1 change: 0 additions & 1 deletion src/platform/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ static_library("nxp_platform") {
if (chip_mdns == "platform") {
if (chip_enable_wifi) {
sources += [
"../../../OpenThread/DnssdImpl.cpp",
"../../../OpenThread/OpenThreadDnssdImpl.cpp",
"../../../OpenThread/OpenThreadDnssdImpl.h",
"../../common/DnssdImpl.cpp",
Expand Down

0 comments on commit 98ab4cc

Please sign in to comment.