aboutsummaryrefslogtreecommitdiff
path: root/lib/target.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/target.exp')
-rw-r--r--lib/target.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/target.exp b/lib/target.exp
index 6e6d8cc..278b9b4 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -758,6 +758,7 @@ proc default_link { board objects destfile flags } {
}
if {[is_remote host]} {
+ set nobjects ""
foreach x $objects {
set nobjects "$nobjects [remote_download host $x]"
}