File tree 1 file changed +10
-3
lines changed
src/platform/nxp/k32w/k32w1
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ static_library("nxp_platform") {
64
64
" ${ chip_root } /src/credentials/DeviceAttestationCredsProvider.h" ,
65
65
" ${ chip_root } /src/credentials/examples/DeviceAttestationCredsExample.h" ,
66
66
" ${ 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"
68
70
]
69
71
70
72
public_deps = [ " ${ chip_root } /src/platform:platform_base" ]
@@ -74,7 +76,9 @@ static_library("nxp_platform") {
74
76
}
75
77
76
78
if (chip_enable_ota_requestor ) {
77
- public += [ " ../common/OTAImageProcessorImpl.h" ]
79
+ public += [
80
+ " ../common/OTAImageProcessorImpl.h"
81
+ ]
78
82
79
83
sources += [
80
84
" ../common/OTAImageProcessorImpl.cpp" ,
@@ -140,5 +144,8 @@ static_library("nxp_platform") {
140
144
}
141
145
}
142
146
143
- public_deps += [ " ${ chip_root } /src/crypto" ]
147
+ public_deps += [
148
+ " ${ chip_root } /src/crypto" ,
149
+ " ${ chip_root } /src/platform/logging:headers"
150
+ ]
144
151
}
You can’t perform that action at this time.
0 commit comments