Skip to content

Commit 4893513

Browse files
marius-alex-tacheandrei-menzopol
authored andcommitted
[K32W1] Fix gn check errors
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 425b51f commit 4893513

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/platform/nxp/k32w/k32w1/BUILD.gn

+10-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ static_library("nxp_platform") {
6464
"${chip_root}/src/credentials/DeviceAttestationCredsProvider.h",
6565
"${chip_root}/src/credentials/examples/DeviceAttestationCredsExample.h",
6666
"${chip_root}/src/credentials/examples/ExampleDACs.h",
67-
"${chip_root}/src/credentials/examples/ExamplePAI.h"
67+
"${chip_root}/src/credentials/examples/ExamplePAI.h",
68+
"${chip_root}/src/platform/nxp/k32w/k32w1/BLEManagerImpl.h",
69+
"${chip_root}/src/platform/nxp/k32w/k32w1/SMU2Manager.h"
6870
]
6971

7072
public_deps = [ "${chip_root}/src/platform:platform_base" ]
@@ -74,7 +76,9 @@ static_library("nxp_platform") {
7476
}
7577

7678
if (chip_enable_ota_requestor) {
77-
public += [ "../common/OTAImageProcessorImpl.h" ]
79+
public += [
80+
"../common/OTAImageProcessorImpl.h"
81+
]
7882

7983
sources += [
8084
"../common/OTAImageProcessorImpl.cpp",
@@ -140,5 +144,8 @@ static_library("nxp_platform") {
140144
}
141145
}
142146

143-
public_deps += [ "${chip_root}/src/crypto" ]
147+
public_deps += [
148+
"${chip_root}/src/crypto",
149+
"${chip_root}/src/platform/logging:headers"
150+
]
144151
}

0 commit comments

Comments
 (0)