summaryrefslogtreecommitdiff
path: root/arch/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'arch/SConscript')
-rw-r--r--arch/SConscript10
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/SConscript b/arch/SConscript
index 0533261a2..4b1a7d406 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
+ registerfile.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