added printk.cc to the sconsscript so it will actually build.
authorLisa Hsu <hsul@eecs.umich.edu>
Sat, 31 Jul 2004 01:14:05 +0000 (21:14 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Sat, 31 Jul 2004 01:14:05 +0000 (21:14 -0400)
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

SConscript

index d1f4bc0b73746e3e182b95b7fad46daf3c236da4..60e703e9b79c24cb2b275fb678a51bfe5d9fb9e9 100644 (file)
@@ -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