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:
parent
02dfbe92fc
commit
9dba9e462f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue