Skip to content

Commit f596c05

Browse files
[NXP][k32w0] Adding nxp_ota and nxp_factory_data as they are now mandatory
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent b2803a9 commit f596c05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/platform/nxp/k32w0/BUILD.gn

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ if (chip_enable_openthread) {
2525
import("//build_overrides/openthread.gni")
2626
}
2727

28+
source_set("nxp_factory_data") {
29+
}
30+
source_set("nxp_ota") {
31+
}
32+
2833
static_library("nxp_platform") {
2934
defines = []
3035
sources = [

0 commit comments

Comments
 (0)