SConscript (10800:c0957cf9f606) SConscript (10923:5fe05690d03d)
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

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

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')
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

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

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('multi_packet.cc')
64Source('multi_iface.cc')
65Source('multi_etherlink.cc')
66Source('tcp_iface.cc')
63Source('etherpkt.cc')
64Source('ethertap.cc')
65Source('i2cbus.cc')
66Source('i8254xGBe.cc')
67Source('ide_ctrl.cc')
68Source('ide_disk.cc')
69Source('intel_8254_timer.cc')
70Source('mc146818.cc')

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

80Source('uart.cc')
81Source('uart8250.cc')
82
83DebugFlag('DiskImageRead')
84DebugFlag('DiskImageWrite')
85DebugFlag('DMA')
86DebugFlag('DMACopyEngine')
87DebugFlag('Ethernet')
67Source('etherpkt.cc')
68Source('ethertap.cc')
69Source('i2cbus.cc')
70Source('i8254xGBe.cc')
71Source('ide_ctrl.cc')
72Source('ide_disk.cc')
73Source('intel_8254_timer.cc')
74Source('mc146818.cc')

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

84Source('uart.cc')
85Source('uart8250.cc')
86
87DebugFlag('DiskImageRead')
88DebugFlag('DiskImageWrite')
89DebugFlag('DMA')
90DebugFlag('DMACopyEngine')
91DebugFlag('Ethernet')
92DebugFlag('MultiEthernet')
93DebugFlag('MultiEthernetPkt')
88DebugFlag('EthernetCksum')
89DebugFlag('EthernetDMA')
90DebugFlag('EthernetData')
91DebugFlag('EthernetDesc')
92DebugFlag('EthernetEEPROM')
93DebugFlag('EthernetIntr')
94DebugFlag('EthernetPIO')
95DebugFlag('EthernetSM')

--- 19 unchanged lines hidden ---
94DebugFlag('EthernetCksum')
95DebugFlag('EthernetDMA')
96DebugFlag('EthernetData')
97DebugFlag('EthernetDesc')
98DebugFlag('EthernetEEPROM')
99DebugFlag('EthernetIntr')
100DebugFlag('EthernetPIO')
101DebugFlag('EthernetSM')

--- 19 unchanged lines hidden ---