scons: Get rid of the isa.hh switching header file.

Change-Id: I1aebf05f6d0f2cde3841d6e6d3361c9733538b08
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51240
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-10-02 01:06:39 -07:00
parent 2da4a2cdca
commit aefc0576a2

View File

@@ -51,19 +51,13 @@ Import('*')
#
# ISA "switch header" generation.
#
# Auto-generate arch headers that include the right ISA-specific
# header based on the setting of TARGET_ISA setting.
# Auto-generate gpu headers that include the right GPU-specific
# header based on the setting of TARGET_GPU_ISA setting.
#
#################################################################
env.TagImplies(env.subst('${CONF["TARGET_ISA"]} isa'), 'gem5 lib')
env.SwitchingHeaders(
Split('''
isa.hh
'''),
env.subst('${CONF["TARGET_ISA"]}'))
amdgpu_isa = ['gcn3', 'vega']
if env['CONF']['BUILD_GPU']: