Skip to content

Commit

Permalink
[NXP][k32w0] Updating default sdk path to nxp_matter_support
Browse files Browse the repository at this point in the history
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
  • Loading branch information
chapongatien committed Jun 18, 2024
1 parent 7689e4e commit ff1392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/nxp/k32w/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nxp_use_lwip = false
nxp_use_mbedtls_port = false

if (getenv("NXP_K32W0_SDK_ROOT") == "") {
k32w0_sdk_root = "${chip_root}/third_party/nxp/k32w0_sdk/repo/core"
k32w0_sdk_root = "${nxp_sdk_matter_support_root}/github_sdk/k32w0_sdk/repo/core"
} else {
k32w0_sdk_root = getenv("NXP_K32W0_SDK_ROOT")
}
Expand Down

0 comments on commit ff1392b

Please sign in to comment.