scons: Remove the extra_deps option from the helper function make_obj.
authorGabe Black <gabeblack@google.com>
Tue, 21 Nov 2017 02:30:41 +0000 (18:30 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 27 Nov 2017 22:10:32 +0000 (22:10 +0000)
commit82f76b8df0f4e6f46f5b0322dd30e5585c8eb9f9
treea3bf08cd03c912300723b3727a828b6cf78930b4
parent08d60882d72e50498536b7d02f4b8838db8d81c4
scons: Remove the extra_deps option from the helper function make_obj.

This had only one use, and made the function more complicated than it
needed to be.

Change-Id: I22147a0c1239b457c577a6a24b423065e539833b
Reviewed-on: https://gem5-review.googlesource.com/5983
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