Skip to content

Commit 421af30

Browse files
[NXP][k32w1] Update paths to reference nxp_matter_support
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent d07f10d commit 421af30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/platform/nxp/k32w1/app/support/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
# limitations under the License.
1414

1515
import("//build_overrides/chip.gni")
16+
import("//build_overrides/nxp_sdk.gni")
1617

17-
import("${chip_root}/third_party/nxp/nxp_sdk.gni")
18+
import("${nxp_sdk_matter_support_root}/gn_build/nxp_sdk.gni")
1819
import("${chip_root}/src/platform/nxp/${nxp_platform}/args.gni")
1920

2021
config("support_config") {

src/platform/nxp/k32w1/args.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ declare_args() {
2929
chip_use_plain_dac_key = false
3030

3131
k32w1_sdk_root =
32-
"${chip_root}/third_party/nxp/github_sdk/common_sdk/repo"
32+
"${nxp_sdk_matter_support_root}/github_sdk/common_sdk/repo"
3333
}
3434

3535
if (sdk_release) {

0 commit comments

Comments
 (0)