SCons: Make the ISA parser a source for its output files like the comments say.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 24 Sep 2011 23:59:11 +0000 (16:59 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 24 Sep 2011 23:59:11 +0000 (16:59 -0700)
commit9f26aaa7d75ac1a63a60ebacbe6888e435f17709
treead4746b1fe49df6f16fd5c9a2a506745a5a0edd6
parented61e02b24c27b9dad88971ca341b5cd0ae31bd4
SCons: Make the ISA parser a source for its output files like the comments say.

There was a change a while ago that refactored some scons stuff which got rid
of cpu_models.py but also accidentally got rid of the ISA parser as a source
for its target files. That meant that changes which affected the parser
wouldn't cause a rebuild unless they also changed one of the description
files. This change fixes that.
src/arch/SConscript