projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02dfbe9
)
fix the failing regression. the sconscript ("makefile") was missing the etherbus...
author
Lisa Hsu
<hsul@eecs.umich.edu>
Thu, 8 Jul 2004 13:05:26 +0000
(09:05 -0400)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Thu, 8 Jul 2004 13:05:26 +0000
(09:05 -0400)
SConscript:
THIS is why the regression keeps failing. it's missing the the etherbus file in the sconscript.
--HG--
extra : convert_revision :
adbcfb6036d8e8ecb51c4f484d0030059542684b
SConscript
patch
|
blob
|
history
diff --git
a/SConscript
b/SConscript
index 7d8d9f50e55fc146c7bf4480fb5e163e4d490e2c..db7718461712082ceebc3a351eb95b2f99397124 100644
(file)
--- 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