Skip to content

Commit

Permalink
[NXP][border router][rt1170] fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jby-nxp committed Oct 3, 2024
1 parent ebb0cb5 commit 9f9cdd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/platform/nxp/rt/rt1170/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@ static_library("nxp_platform") {

if (chip_enable_openthread) {
sources += [
# Temporary fix, to be revert once PR #34662 is merged, build issue when using GN check argument
"${chip_root}/src/app/clusters/thread-border-router-management-server/thread-br-delegate.h",
"../../../OpenThread/GenericThreadBorderRouterDelegate.cpp",
"../../../OpenThread/GenericThreadBorderRouterDelegate.h",
"../../../OpenThread/OpenThreadUtils.cpp",
"../../common/ThreadStackManagerImpl.cpp",
"../../common/ThreadStackManagerImpl.h",
"../../../OpenThread/GenericThreadBorderRouterDelegate.cpp",
"../../../OpenThread/GenericThreadBorderRouterDelegate.h",
]

deps += [ "${chip_root}/src/app/common:ids" ]
Expand Down

0 comments on commit 9f9cdd7

Please sign in to comment.