scons: Set the partial linking group for EXTRAS dirs.
authorGabe Black <gabeblack@google.com>
Tue, 3 Dec 2019 01:59:51 +0000 (17:59 -0800)
committerGabe Black <gabeblack@google.com>
Sat, 7 Dec 2019 00:04:40 +0000 (00:04 +0000)
commit3b9395cd02c9611f32cea1abead058fd4f171726
tree1f429532b01f5977929845ffa8961b319c2fe030
parenta39c8db854c8e2a2c9101f556e67cad883ece433
scons: Set the partial linking group for EXTRAS dirs.

Partial linking heuristically links together files in the same
directory by setting a special automatic tag. That tag needs to also
be maintained when scanning EXTRAS dirs so that they don't all get
lumped in with the last normal directory that was processed.

Change-Id: I2408ea0a1eeffcf6d9994c36415a35760b225b17
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23300
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/SConscript