summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2004-07-30 21:14:05 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2004-07-30 21:14:05 -0400
commitec3a9e3cfc544983292a5922b2d0251da5a481ef (patch)
tree8814f3fe2d2e5f7b51d688d8c8982b0b0d228c96 /SConscript
parentb376c6f4204f0c9de448bea1f610feef10f89929 (diff)
downloadgem5-ec3a9e3cfc544983292a5922b2d0251da5a481ef.tar.xz
added printk.cc to the sconsscript so it will actually build.
SConscript: grrr, spent half an hour looking for why the linker was dying. needed to include the new file printk.cc --HG-- extra : convert_revision : 4c461d9dbe96e94d7c312bf71ee8ad4c87a3b1a1
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript b/SConscript
index d1f4bc0b7..60e703e9b 100644
--- a/SConscript
+++ b/SConscript
@@ -259,6 +259,7 @@ full_system_sources = Split('''
kern/linux/linux_events.cc
kern/linux/linux_syscalls.cc
kern/linux/linux_system.cc
+ kern/linux/printk.cc
kern/tru64/dump_mbuf.cc
kern/tru64/printf.cc
kern/tru64/tru64_events.cc