SConscript (10069:17c8cf9907e1) SConscript (10800:c0957cf9f606)
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

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

38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.py')
43SimObject('CopyEngine.py')
44SimObject('DiskImage.py')
45SimObject('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

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

38
39if env['TARGET_ISA'] == 'null':
40 Return()
41
42SimObject('BadDevice.py')
43SimObject('CopyEngine.py')
44SimObject('DiskImage.py')
45SimObject('Ethernet.py')
46SimObject('I2C.py')
46SimObject('Ide.py')
47SimObject('Pci.py')
48SimObject('Platform.py')
49SimObject('SimpleDisk.py')
50SimObject('Terminal.py')
51SimObject('Uart.py')
52
53Source('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('etherpkt.cc')
63Source('ethertap.cc')
47SimObject('Ide.py')
48SimObject('Pci.py')
49SimObject('Platform.py')
50SimObject('SimpleDisk.py')
51SimObject('Terminal.py')
52SimObject('Uart.py')
53
54Source('baddev.cc')
55Source('copy_engine.cc')
56Source('disk_image.cc')
57Source('dma_device.cc')
58Source('etherbus.cc')
59Source('etherdevice.cc')
60Source('etherdump.cc')
61Source('etherint.cc')
62Source('etherlink.cc')
63Source('etherpkt.cc')
64Source('ethertap.cc')
65Source('i2cbus.cc')
64Source('i8254xGBe.cc')
65Source('ide_ctrl.cc')
66Source('ide_disk.cc')
67Source('intel_8254_timer.cc')
68Source('mc146818.cc')
69Source('ns_gige.cc')
70Source('pciconfigall.cc')
71Source('pcidev.cc')

--- 41 unchanged lines hidden ---
66Source('i8254xGBe.cc')
67Source('ide_ctrl.cc')
68Source('ide_disk.cc')
69Source('intel_8254_timer.cc')
70Source('mc146818.cc')
71Source('ns_gige.cc')
72Source('pciconfigall.cc')
73Source('pcidev.cc')

--- 41 unchanged lines hidden ---