SConscript (11012:f2ca575d27fd) SConscript (11244:a2af58a06c4e)
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

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

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')
75Source('ns_gige.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

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

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')
75Source('ns_gige.cc')
76Source('pciconfigall.cc')
77Source('pcidev.cc')
78Source('pixelpump.cc')
79Source('pktfifo.cc')
80Source('platform.cc')
81Source('ps2.cc')
82Source('simple_disk.cc')
83Source('sinic.cc')
84Source('terminal.cc')

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

100DebugFlag('EthernetIntr')
101DebugFlag('EthernetPIO')
102DebugFlag('EthernetSM')
103DebugFlag('IdeCtrl')
104DebugFlag('IdeDisk')
105DebugFlag('Intel8254Timer')
106DebugFlag('MC146818')
107DebugFlag('PCIDEV')
76Source('pcidev.cc')
77Source('pixelpump.cc')
78Source('pktfifo.cc')
79Source('platform.cc')
80Source('ps2.cc')
81Source('simple_disk.cc')
82Source('sinic.cc')
83Source('terminal.cc')

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

99DebugFlag('EthernetIntr')
100DebugFlag('EthernetPIO')
101DebugFlag('EthernetSM')
102DebugFlag('IdeCtrl')
103DebugFlag('IdeDisk')
104DebugFlag('Intel8254Timer')
105DebugFlag('MC146818')
106DebugFlag('PCIDEV')
108DebugFlag('PciConfigAll')
109DebugFlag('SimpleDisk')
110DebugFlag('SimpleDiskData')
111DebugFlag('Terminal')
112DebugFlag('TerminalVerbose')
113DebugFlag('Uart')
114
115CompoundFlag('DiskImageAll', [ 'DiskImageRead', 'DiskImageWrite' ])
116CompoundFlag('EthernetAll', [ 'Ethernet', 'EthernetPIO', 'EthernetDMA',
117 'EthernetData' , 'EthernetDesc', 'EthernetIntr', 'EthernetSM',
118 'EthernetCksum', 'EthernetEEPROM' ])
119CompoundFlag('EthernetNoData', [ 'Ethernet', 'EthernetPIO', 'EthernetDesc',
120 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ])
121CompoundFlag('IdeAll', [ 'IdeCtrl', 'IdeDisk' ])
107DebugFlag('SimpleDisk')
108DebugFlag('SimpleDiskData')
109DebugFlag('Terminal')
110DebugFlag('TerminalVerbose')
111DebugFlag('Uart')
112
113CompoundFlag('DiskImageAll', [ 'DiskImageRead', 'DiskImageWrite' ])
114CompoundFlag('EthernetAll', [ 'Ethernet', 'EthernetPIO', 'EthernetDMA',
115 'EthernetData' , 'EthernetDesc', 'EthernetIntr', 'EthernetSM',
116 'EthernetCksum', 'EthernetEEPROM' ])
117CompoundFlag('EthernetNoData', [ 'Ethernet', 'EthernetPIO', 'EthernetDesc',
118 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ])
119CompoundFlag('IdeAll', [ 'IdeCtrl', 'IdeDisk' ])