diff options
Diffstat (limited to 'src/arch/SConscript')
-rw-r--r-- | src/arch/SConscript | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index 0ac25b6c7..e051c44af 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -43,23 +43,23 @@ Import('*') # List of headers to generate isa_switch_hdrs = Split(''' - arguments.hh - faults.hh - interrupts.hh - isa_traits.hh - kernel_stats.hh + arguments.hh + faults.hh + interrupts.hh + isa_traits.hh + kernel_stats.hh locked_mem.hh mmaped_ipr.hh - process.hh - predecoder.hh - regfile.hh - remote_gdb.hh - stacktrace.hh - syscallreturn.hh - tlb.hh - types.hh - utility.hh - vtophys.hh + process.hh + predecoder.hh + regfile.hh + remote_gdb.hh + stacktrace.hh + syscallreturn.hh + tlb.hh + types.hh + utility.hh + vtophys.hh ''') # Set up this directory to support switching headers |