From 9dba9e462f6abc1e7ca15258b176ae50cd111d1c Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Thu, 8 Jul 2004 09:05:26 -0400 Subject: [PATCH] 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 --- SConscript | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2