scons: Change an = to a += when accumulating sources from filters.
authorGabe Black <gabeblack@google.com>
Sat, 9 Feb 2019 09:37:48 +0000 (01:37 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 11 Feb 2019 07:33:50 +0000 (07:33 +0000)
commit8174d7c87b5a966ef3d7aa469923fc9a44f680fa
tree58c5e0f601c3cc4eecff3aad292f2b666037b1c8
parentda6e8b000353d6dc7ed4bd9400556d872ee179ce
scons: Change an = to a += when accumulating sources from filters.

The loop accidentally used a = when it should have used a +=, meaning
only the sources from the final filter would be used.

Change-Id: Ie066a5f85696f05d9ad3cf61f928b12deb39475b
Reviewed-on: https://gem5-review.googlesource.com/c/16285
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/SConscript
src/systemc/tests/SConscript