scons: Stop generating inc.d in the isa parser.
authorGabe Black <gabeblack@google.com>
Sun, 15 Oct 2017 04:39:21 +0000 (21:39 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 17 Oct 2017 18:57:50 +0000 (18:57 +0000)
commitb8efd0e854ae568dae33fe3d24f67054ed016d19
treebf9eccdc6f2e89bbff30ba3b1470a6c932e09ccd
parent1b63b756cc6ca75acceee51397f815df06fb0dff
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>
12 files changed:
SConstruct
src/SConscript
src/arch/SConscript
src/arch/alpha/SConscript
src/arch/arm/SConscript
src/arch/isa_parser.py
src/arch/mips/SConscript
src/arch/null/generated/inc.d [deleted file]
src/arch/power/SConscript
src/arch/riscv/SConscript
src/arch/sparc/SConscript
src/arch/x86/SConscript