x86,scons: De-indent the main x86 SConscript file.
authorGabe Black <gabe.black@gmail.com>
Wed, 21 Oct 2020 00:37:15 +0000 (17:37 -0700)
committerGabe Black <gabe.black@gmail.com>
Wed, 28 Oct 2020 20:34:45 +0000 (20:34 +0000)
commit24a2f8ffb92b1bc5a8e777b753553c73ae14fba0
treea419f099fc0ff0b572e46defbee52d626bf9d611
parent529e502f05359cb3b95857bc349289f714614ac2
x86,scons: De-indent the main x86 SConscript file.

Rather than put all the declaration of sources in the body of an "if", if
the "if" wouldn't happen, exit from the SConscript entirely. Then the
other parts of the SConscript can be totally unindented. Also wrap some
lines which were longer than 80 characters.

Change-Id: I113d649cdd051da02d5ab14a4547b26113d2f7ef
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34161
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/SConscript