File tree 4 files changed +7
-4
lines changed
platform/nxp/k32w1/app/support
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ import("//build_overrides/chip.gni")
16
16
import (" //build_overrides/nxp_sdk.gni" )
17
17
import (" //build_overrides/openthread.gni" )
18
18
19
- import (" ${ nxp_sdk_build_root } /${ nxp_sdk_name } /nxp_executable.gni" )
20
19
import (" ${ nxp_sdk_build_root } /nxp_sdk.gni" )
21
20
21
+ import (" ${ nxp_sdk_build_root } /${ nxp_sdk_name } /nxp_executable.gni" )
22
+
22
23
import (" ${ nxp_sdk_build_root } /${ nxp_sdk_name } /${ nxp_sdk_name } .gni" )
23
24
24
25
import (" ${ chip_root } /src/crypto/crypto.gni" )
Original file line number Diff line number Diff line change 15
15
import (" //build_overrides/chip.gni" )
16
16
import (" //build_overrides/nxp_sdk.gni" )
17
17
18
- import (" ${ chip_root } /src/platform/nxp/${ nxp_platform } /args.gni" )
19
18
import (" ${ nxp_sdk_matter_support_root } /gn_build/nxp_sdk.gni" )
20
19
20
+ import (" ${ chip_root } /src/platform/nxp/${ nxp_platform } /args.gni" )
21
+
21
22
config (" support_config" ) {
22
23
include_dirs = [ " ${ chip_root } " ]
23
24
Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ import("//build_overrides/openthread.gni")
19
19
import (" ${ chip_root } /src/crypto/crypto.gni" )
20
20
import (" ${ chip_root } /src/platform/device.gni" )
21
21
22
- import (" ${ nxp_sdk_build_root } /${ nxp_sdk_name } /${ nxp_sdk_name } .gni" )
23
22
import (" ${ nxp_sdk_build_root } /nxp_sdk.gni" )
24
23
24
+ import (" ${ nxp_sdk_build_root } /${ nxp_sdk_name } /${ nxp_sdk_name } .gni" )
25
+
25
26
assert (chip_device_platform == " nxp" )
26
27
assert (nxp_platform == " k32w1" )
27
28
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ declare_args() {
31
31
k32w1_sdk_root = " ${ nxp_sdk_matter_support_root } /github_sdk/common_sdk/repo"
32
32
}
33
33
34
- if (sdk_release ) {
34
+ if (sdk_release || getenv ( " NXP_SDK_ROOT " ) != " " ) {
35
35
k32w1_sdk_root = getenv (" NXP_SDK_ROOT" )
36
36
}
37
37
You can’t perform that action at this time.
0 commit comments