diff options
Diffstat (limited to 'arch/SConscript')
-rw-r--r-- | arch/SConscript | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/SConscript b/arch/SConscript index 142bd763b..5783b39dd 100644 --- a/arch/SConscript +++ b/arch/SConscript @@ -46,6 +46,16 @@ sources = [] # List of headers to generate isa_switch_hdrs = Split(''' isa_traits.hh + linux_process.hh + tru64_process.hh + tlb.hh + aout_machdep.h + ecoff_machdep.h + arguments.hh + stacktrace.hh + vtophys.hh + faults.hh + ev5.hh ''') # Generate the header. target[0] is the full path of the output |