scons: Stop generating inc.d in the isa parser.
Generating dependency/build product information in the isa parser breaks scons idea of how a build is supposed to work. Arm twisting it into working forced a lot of false dependencies which slowed down the build. Change-Id: Iadee8c930fd7c80136d200d69870df7672a6b3ca Reviewed-on: https://gem5-review.googlesource.com/5081 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
@@ -61,4 +61,4 @@ if env['TARGET_ISA'] == 'alpha':
|
||||
SimObject('AlphaTLB.py')
|
||||
|
||||
# Add in files generated by the ISA description.
|
||||
env.ISADesc('isa/main.isa')
|
||||
ISADesc('isa/main.isa')
|
||||
|
||||
Reference in New Issue
Block a user