Skip to content

Commit

Permalink
[nxp][platform][k32w0] Move setting of k32w0_sdk_root
Browse files Browse the repository at this point in the history
k32w0_sdk_root set was moved to nxp_matter_support submodule

Signed-off-by: Marius Tache <[email protected]>
  • Loading branch information
marius-alex-tache committed Sep 16, 2024
1 parent cd4d106 commit 96a88c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/platform/nxp/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ nxp_device_layer = "nxp/${nxp_platform}"
nxp_use_lwip = false
nxp_use_mbedtls_port = false

if (getenv("NXP_K32W0_SDK_ROOT") == "") {
k32w0_sdk_root = "${nxp_sdk_matter_support_root}/github_sdk/k32w0/repo"
} else {
k32w0_sdk_root = getenv("NXP_K32W0_SDK_ROOT")
}

# ARM architecture flags will be set based on NXP board.
arm_platform_config = "${nxp_sdk_build_root}/${nxp_sdk_name}/nxp_arm.gni"

Expand Down

0 comments on commit 96a88c2

Please sign in to comment.