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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user