summaryrefslogtreecommitdiff
path: root/src/dev/net/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-11 18:00:03 -0700
committerGabe Black <gabeblack@google.com>2018-10-17 20:16:29 +0000
commit00dec3065ab816e9e47234a3623010547cb7e487 (patch)
tree29e16ce9a688086434903f09d68a57a59e9f3624 /src/dev/net/SConscript
parent7d719bc81191f74149fabf536a0cfc573c172a26 (diff)
downloadgem5-00dec3065ab816e9e47234a3623010547cb7e487.tar.xz
dev: Build most of the networking devices in the NULL_ISA build.
The only part of these devices which are incompatible with other ISAs, with the possible exception of endianness transformation, is that the dist_iface implementation refers to ThreadContext methods and that class is heavily tied to the guest ISA. Only those few lines are excluded in a NULL_ISA build. Change-Id: Ic6d643fdbb792d0a996a37d75e027c5ce0ecd460 Reviewed-on: https://gem5-review.googlesource.com/c/13469 Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/dev/net/SConscript')
-rw-r--r--src/dev/net/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/net/SConscript b/src/dev/net/SConscript
index e39df9d1c..908dd44e6 100644
--- a/src/dev/net/SConscript
+++ b/src/dev/net/SConscript
@@ -44,9 +44,6 @@
Import('*')
-if env['TARGET_ISA'] == 'null':
- Return()
-
SimObject('Ethernet.py')
# Basic Ethernet infrastructure