summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-27 05:35:43 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-27 05:35:43 -0500
commitc5dcd152f264a837f50d39f98d0f4f81478e3553 (patch)
tree62a6b09123a49ca186c25395f849d3b3aa2aa9d9 /arch
parentf56d42c53dbea1017d4fdd6b9f4ff9e976538246 (diff)
downloadgem5-c5dcd152f264a837f50d39f98d0f4f81478e3553.tar.xz
Changed targetarch to just arch.
SConscript: Changed all of the "targetarch" files to be "arch" files arch/SConscript: Added all of the remaining targetarch files to isa_switch_hdrs --HG-- extra : convert_revision : a37d18349e27cf92dce12814f21944daa7fe9480
Diffstat (limited to 'arch')
-rw-r--r--arch/SConscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/SConscript b/arch/SConscript
index d237b0b1f..2036b6a56 100644
--- a/arch/SConscript
+++ b/arch/SConscript
@@ -46,6 +46,16 @@ sources = []
# List of headers to generate
isa_switch_hdrs = Split('''
isa_traits.hh
+ alpha_linux_process.hh
+ alpha_tru64_process.hh
+ alpha_memory.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