SConscript (11317:766c3eb44fd8) SConscript (13340:2c95525a40f9)
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 30 unchanged lines hidden (view full) ---

39# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40#
41# Authors: Steve Reinhardt
42# Gabe Black
43# Andreas Sandberg
44
45Import('*')
46
1# -*- mode:python -*-
2
3# Copyright (c) 2015 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 30 unchanged lines hidden (view full) ---

39# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40#
41# Authors: Steve Reinhardt
42# Gabe Black
43# Andreas Sandberg
44
45Import('*')
46
47if env['TARGET_ISA'] == 'null':
48 Return()
49
50SimObject('Ethernet.py')
51
52# Basic Ethernet infrastructure
53Source('etherbus.cc')
54Source('etherswitch.cc')
55Source('etherdevice.cc')
56Source('etherdump.cc')
57Source('etherint.cc')

--- 38 unchanged lines hidden ---
47SimObject('Ethernet.py')
48
49# Basic Ethernet infrastructure
50Source('etherbus.cc')
51Source('etherswitch.cc')
52Source('etherdevice.cc')
53Source('etherdump.cc')
54Source('etherint.cc')

--- 38 unchanged lines hidden ---