SConscript (11260:bedcc64f6145) SConscript (11261:2050602b55f7)
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

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

35Source('io_device.cc')
36Source('isa_fake.cc')
37DebugFlag('IsaFake')
38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.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

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

35Source('io_device.cc')
36Source('isa_fake.cc')
37DebugFlag('IsaFake')
38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.py')
43SimObject('CopyEngine.py')
44SimObject('DiskImage.py')
45SimObject('Ethernet.py')
46SimObject('I2C.py')
47SimObject('Ide.py')
48SimObject('Platform.py')
49SimObject('SimpleDisk.py')
50SimObject('Terminal.py')
51SimObject('Uart.py')
52
53Source('baddev.cc')
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')
54Source('copy_engine.cc')
55Source('disk_image.cc')
56Source('dma_device.cc')
57Source('etherbus.cc')
58Source('etherdevice.cc')
59Source('etherdump.cc')
60Source('etherint.cc')
61Source('etherlink.cc')
62Source('multi_packet.cc')

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

80Source('sinic.cc')
81Source('terminal.cc')
82Source('uart.cc')
83Source('uart8250.cc')
84
85DebugFlag('DiskImageRead')
86DebugFlag('DiskImageWrite')
87DebugFlag('DMA')
53Source('disk_image.cc')
54Source('dma_device.cc')
55Source('etherbus.cc')
56Source('etherdevice.cc')
57Source('etherdump.cc')
58Source('etherint.cc')
59Source('etherlink.cc')
60Source('multi_packet.cc')

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

78Source('sinic.cc')
79Source('terminal.cc')
80Source('uart.cc')
81Source('uart8250.cc')
82
83DebugFlag('DiskImageRead')
84DebugFlag('DiskImageWrite')
85DebugFlag('DMA')
88DebugFlag('DMACopyEngine')
89DebugFlag('Ethernet')
90DebugFlag('MultiEthernet')
91DebugFlag('MultiEthernetPkt')
92DebugFlag('EthernetCksum')
93DebugFlag('EthernetDMA')
94DebugFlag('EthernetData')
95DebugFlag('EthernetDesc')
96DebugFlag('EthernetEEPROM')

--- 20 unchanged lines hidden ---
86DebugFlag('Ethernet')
87DebugFlag('MultiEthernet')
88DebugFlag('MultiEthernetPkt')
89DebugFlag('EthernetCksum')
90DebugFlag('EthernetDMA')
91DebugFlag('EthernetData')
92DebugFlag('EthernetDesc')
93DebugFlag('EthernetEEPROM')

--- 20 unchanged lines hidden ---