summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2004-07-08 09:05:26 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2004-07-08 09:05:26 -0400
commit9dba9e462f6abc1e7ca15258b176ae50cd111d1c (patch)
treeeb2e037d486cc32c58f7f84eda03d8657ff57613 /SConscript
parent02dfbe92fcbc016d176dca26c4d78706b9711099 (diff)
downloadgem5-9dba9e462f6abc1e7ca15258b176ae50cd111d1c.tar.xz
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
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript1
1 files changed, 1 insertions, 0 deletions
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