We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4661b1 commit a582139Copy full SHA for a582139
third_party/ti_simplelink_sdk/ti_simplelink_executable.gni
@@ -484,7 +484,7 @@ template("ti_simplelink_executable") {
484
} else {
485
# The executable is the final target.
486
data_deps = [ ":${simplelink_target_name}.out" ]
487
- if (custom_factory_data) {
+ if (custom_factory_data && ti_simplelink_device_family == "cc13x4_26x4") {
488
data_deps += [ ":${simplelink_target_name}-and-factory-data.hex" ]
489
}
490
0 commit comments