Skip to content

Commit 12d21e4

Browse files
committed
Advertise upload target as platform target
1 parent 60d6ae8 commit 12d21e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def _jlink_cmd_script(env, source):
537537
if not upload_actions:
538538
sys.stderr.write("Warning! Unknown upload protocol %s\n" % upload_protocol)
539539

540-
AlwaysBuild(env.Alias("upload", upload_source, upload_actions))
540+
AlwaysBuild(env.AddPlatformTarget("upload", upload_source, upload_actions, "Default Upload"))
541541
env.AddPlatformTarget("uploadfs", target_firm, upload_actions, "Upload Filesystem Image")
542542
#
543543
# Default targets

0 commit comments

Comments
 (0)