From: Lisa Hsu Date: Thu, 8 Jul 2004 13:05:26 +0000 (-0400) Subject: fix the failing regression. the sconscript ("makefile") was missing the etherbus... X-Git-Tag: m5_1.0_tutorial~264 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9dba9e462f6abc1e7ca15258b176ae50cd111d1c;p=gem5.git 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 --- diff --git a/SConscript b/SConscript index 7d8d9f50e..db7718461 100644 --- a/SConscript +++ b/SConscript @@ -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