fix the failing regression. the sconscript ("makefile") was missing the etherbus...
authorLisa Hsu <hsul@eecs.umich.edu>
Thu, 8 Jul 2004 13:05:26 +0000 (09:05 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Thu, 8 Jul 2004 13:05:26 +0000 (09:05 -0400)
SConscript:
    THIS is why the regression keeps failing.  it's missing the the etherbus file in the sconscript.

--HG--
extra : convert_revision : adbcfb6036d8e8ecb51c4f484d0030059542684b

SConscript

index 7d8d9f50e55fc146c7bf4480fb5e163e4d490e2c..db7718461712082ceebc3a351eb95b2f99397124 100644 (file)
@@ -216,6 +216,7 @@ full_system_sources = Split('''
         dev/simconsole.cc
        dev/disk_image.cc
        dev/dma.cc
+       dev/etherbus.cc
        dev/etherdump.cc
        dev/etherint.cc
        dev/etherlink.cc