scons: Stop generating inc.d in the isa parser.
[gem5.git] / src / arch / arm / SConscript
index f6c8f3c4401026165aa4fe351eeea5a0b1b2e37f..3b68fb64762c228dcfedb2ea0f5c2230d3bea801 100644 (file)
@@ -45,7 +45,7 @@ Import('*')
 
 if env['TARGET_ISA'] == 'arm':
 # Workaround for bug in SCons version > 0.97d20071212
-# Scons bug id: 2006 M5 Bug id: 308 
+# Scons bug id: 2006 M5 Bug id: 308
     Dir('isa/formats')
     Source('decoder.cc')
     Source('faults.cc')
@@ -98,4 +98,4 @@ if env['TARGET_ISA'] == 'arm':
     DebugFlag('TLBVerbose')
 
     # Add files generated by the ISA description.
-    env.ISADesc('isa/main.isa')
+    ISADesc('isa/main.isa', decoder_splits=3, exec_splits=6)