From: Lisa Hsu Date: Sat, 31 Jul 2004 01:14:05 +0000 (-0400) Subject: added printk.cc to the sconsscript so it will actually build. X-Git-Tag: m5_1.0_tutorial~204 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec3a9e3cfc544983292a5922b2d0251da5a481ef;p=gem5.git 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 --- 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