fix the failing regression. the sconscript ("makefile") was missing the etherbus.cc src file.

SConscript:
    THIS is why the regression keeps failing.  it's missing the the etherbus file in the sconscript.

--HG--
extra : convert_revision : adbcfb6036d8e8ecb51c4f484d0030059542684b
This commit is contained in:
Lisa Hsu 2004-07-08 09:05:26 -04:00
parent 02dfbe92fc
commit 9dba9e462f

View 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