diff options
Diffstat (limited to 'arch/SConscript')
-rw-r--r-- | arch/SConscript | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/SConscript b/arch/SConscript index 0533261a2..d88d10368 100644 --- a/arch/SConscript +++ b/arch/SConscript @@ -45,13 +45,17 @@ sources = [] # List of headers to generate isa_switch_hdrs = Split(''' + arguments.hh + constants.hh + faults.hh isa_traits.hh - tlb.hh process.hh - arguments.hh + regfile.hh stacktrace.hh + tlb.hh + types.hh + utility.hh vtophys.hh - faults.hh ''') # Generate the header. target[0] is the full path of the output |