scons: Minor cleanup of how partial linking is handled in makeEnv.
authorGabe Black <gabeblack@google.com>
Tue, 21 Nov 2017 05:01:59 +0000 (21:01 -0800)
committerGabe Black <gabeblack@google.com>
Tue, 28 Nov 2017 10:22:29 +0000 (10:22 +0000)
commit3812ac349ff221d32a0b0378b40b317b6ff61277
treed2b97a356fd86b67b4d0e9123aa077e1b4015942
parent5179d0ba2b573435796f9fd9cb6a25c82f5fc292
scons: Minor cleanup of how partial linking is handled in makeEnv.

Git rid of the unused partial_objs variable, and change append to
extend since the result of builders is a list of nodes and not
individual nodes, even if there's only one target.

Change-Id: Ie51225d3ea699eb7da18199ac3bf3e868e3994a6
Reviewed-on: https://gem5-review.googlesource.com/5985
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/SConscript