Skip to content

Commit 7b8aa2c

Browse files
committed
[NXP][examples] Add missing dependency
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com>
1 parent 021b5ca commit 7b8aa2c

File tree

1 file changed

+4
-0
lines changed
  • examples/platform/nxp/se05x/linux

1 file changed

+4
-0
lines changed

examples/platform/nxp/se05x/linux/BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ source_set("app-main") {
7171
defines += [ "ENABLE_CHIP_SHELL" ]
7272
}
7373

74+
deps = [
75+
"${chip_root}/src/setup_payload:onboarding-codes-utils",
76+
]
77+
7478
public_deps = [
7579
":ota-test-event-trigger",
7680
"${chip_root}/examples/providers:device_info_provider",

0 commit comments

Comments
 (0)