diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-02-19 00:47:45 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-02-19 00:47:45 -0500 |
commit | 14f2cdb1a14e9e6896939c210cdacef289d9c263 (patch) | |
tree | cdf7705980fb776a518d40e4fa3869fc0bead2cf /SConscript | |
parent | a611b8100379e28728c1084801413954c973e734 (diff) | |
parent | 00d58aeb4dc0569bc3d1273d90867148e6500ad9 (diff) | |
download | gem5-14f2cdb1a14e9e6896939c210cdacef289d9c263.tar.xz |
Merge zizzer:/bk/m5
into pb15.local:/Users/ali/work/m5.head
--HG--
extra : convert_revision : 774e4afbb0f9c3ae62843138b6d7195ea184ff92
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SConscript b/SConscript index 360f91b3a..b8db3ff71 100644 --- a/SConscript +++ b/SConscript @@ -331,6 +331,8 @@ syscall_emulation_sources = Split(''' encumbered/eio/eio.cc encumbered/eio/exolex.cc encumbered/eio/libexo.cc + kern/linux/linux.cc + kern/tru64/tru64.cc sim/process.cc sim/syscall_emul.cc ''') |