Skip to content

Commit fd13a4c

Browse files
committed
Added gn option for external sdk target
1 parent c1eefa3 commit fd13a4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/system/BUILD.gn

+3
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ source_set("system_config_header") {
214214

215215
if(chip_platform_sdk_target != "") {
216216
public_deps += [ chip_platform_sdk_target ]
217+
218+
if (chip_device_platform == "mt793x") {
219+
public_deps += [ "${mt793x_sdk_build_root}:mt793x_sdk" ]
217220
}
218221
}
219222

0 commit comments

Comments
 (0)