summaryrefslogtreecommitdiff
path: root/src/dev/SConscript
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-06-17 22:22:44 -0700
committerNathan Binkert <nate@binkert.org>2008-06-17 22:22:44 -0700
commit1099a9838abcb158b47714c800a9666eb82c97ea (patch)
tree8dc6583a868b38c8219e5cec820ebab1cd53e533 /src/dev/SConscript
parent87d03d00cd204346efb162c89375be724707e5a6 (diff)
downloadgem5-1099a9838abcb158b47714c800a9666eb82c97ea.tar.xz
Ethernet: share statistics between all ethernet devices and apply some
of those statistics to the e1000 model.
Diffstat (limited to 'src/dev/SConscript')
-rw-r--r--src/dev/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/SConscript b/src/dev/SConscript
index 82fa5cb02..54148b68b 100644
--- a/src/dev/SConscript
+++ b/src/dev/SConscript
@@ -46,6 +46,7 @@ if env['FULL_SYSTEM']:
Source('baddev.cc')
Source('disk_image.cc')
Source('etherbus.cc')
+ Source('etherdevice.cc')
Source('etherdump.cc')
Source('etherint.cc')
Source('etherlink.cc')