SConscript (11261:2050602b55f7) SConscript (11262:3aeb879a66e6)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

37DebugFlag('IsaFake')
38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.py')
43SimObject('DiskImage.py')
44SimObject('Ethernet.py')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

37DebugFlag('IsaFake')
38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.py')
43SimObject('DiskImage.py')
44SimObject('Ethernet.py')
45SimObject('I2C.py')
46SimObject('Ide.py')
47SimObject('Platform.py')
48SimObject('SimpleDisk.py')
49SimObject('Terminal.py')
50SimObject('Uart.py')
51
52Source('baddev.cc')
53Source('disk_image.cc')

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

58Source('etherint.cc')
59Source('etherlink.cc')
60Source('multi_packet.cc')
61Source('multi_iface.cc')
62Source('multi_etherlink.cc')
63Source('tcp_iface.cc')
64Source('etherpkt.cc')
65Source('ethertap.cc')
45SimObject('Ide.py')
46SimObject('Platform.py')
47SimObject('SimpleDisk.py')
48SimObject('Terminal.py')
49SimObject('Uart.py')
50
51Source('baddev.cc')
52Source('disk_image.cc')

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

57Source('etherint.cc')
58Source('etherlink.cc')
59Source('multi_packet.cc')
60Source('multi_iface.cc')
61Source('multi_etherlink.cc')
62Source('tcp_iface.cc')
63Source('etherpkt.cc')
64Source('ethertap.cc')
66Source('i2cbus.cc')
67Source('i8254xGBe.cc')
68Source('ide_ctrl.cc')
69Source('ide_disk.cc')
70Source('intel_8254_timer.cc')
71Source('mc146818.cc')
72Source('ns_gige.cc')
73Source('pixelpump.cc')
74Source('pktfifo.cc')

--- 39 unchanged lines hidden ---
65Source('i8254xGBe.cc')
66Source('ide_ctrl.cc')
67Source('ide_disk.cc')
68Source('intel_8254_timer.cc')
69Source('mc146818.cc')
70Source('ns_gige.cc')
71Source('pixelpump.cc')
72Source('pktfifo.cc')

--- 39 unchanged lines hidden ---