SConscript (5485:840f91d062a9) | SConscript (5763:4b44fe535d05) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93 TraceFlag('SimpleDiskData') 94 TraceFlag('Terminal') 95 TraceFlag('TerminalVerbose') 96 TraceFlag('Uart') 97 98 CompoundFlag('DiskImageAll', [ 'DiskImageRead', 'DiskImageWrite' ]) 99 CompoundFlag('EthernetAll', [ 'Ethernet', 'EthernetPIO', 'EthernetDMA', 100 'EthernetData' , 'EthernetDesc', 'EthernetIntr', 'EthernetSM', | 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 --- 84 unchanged lines hidden (view full) --- 93 TraceFlag('SimpleDiskData') 94 TraceFlag('Terminal') 95 TraceFlag('TerminalVerbose') 96 TraceFlag('Uart') 97 98 CompoundFlag('DiskImageAll', [ 'DiskImageRead', 'DiskImageWrite' ]) 99 CompoundFlag('EthernetAll', [ 'Ethernet', 'EthernetPIO', 'EthernetDMA', 100 'EthernetData' , 'EthernetDesc', 'EthernetIntr', 'EthernetSM', |
101 'EthernetCksum' ]) | 101 'EthernetCksum', 'EthernetEEPROM' ]) |
102 CompoundFlag('EthernetNoData', [ 'Ethernet', 'EthernetPIO', 'EthernetDesc', 103 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ]) 104 CompoundFlag('IdeAll', [ 'IdeCtrl', 'IdeDisk' ]) 105 | 102 CompoundFlag('EthernetNoData', [ 'Ethernet', 'EthernetPIO', 'EthernetDesc', 103 'EthernetIntr', 'EthernetSM', 'EthernetCksum' ]) 104 CompoundFlag('IdeAll', [ 'IdeCtrl', 'IdeDisk' ]) 105 |