scons: Put Source objects in groups and partially link them.
authorGabe Black <gabeblack@google.com>
Fri, 28 Apr 2017 11:00:42 +0000 (04:00 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 1 May 2017 23:27:57 +0000 (23:27 +0000)
commit6bdd897f04f4efdf90d0761c6d31d3f960f4eacf
treef9bfe8f81a9a9b03712223b7dcc2aeb6b1a5ed3e
parent4576541c176efee347cb3dfaee568fed1a2dd986
scons: Put Source objects in groups and partially link them.

The groups will be linked together into intermediate partially linked
object files. Right now the hierarchy is assumed to be flat, but with some
effort it could be extended to allow truly hierarchical linking.

Change-Id: I77b77710554e5f05e8b00720a0170afaf4afac2d
Reviewed-on: https://gem5-review.googlesource.com/2945
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/SConscript