Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.
--HG-- extra : convert_revision : 1e7f5185654ed0845678c2169c702d3b977159ed
This commit is contained in:
@@ -56,6 +56,7 @@ if env['FULL_SYSTEM']:
|
||||
Source('ide_disk.cc')
|
||||
Source('io_device.cc')
|
||||
Source('isa_fake.cc')
|
||||
Source('mc146818.cc')
|
||||
Source('ns_gige.cc')
|
||||
Source('pciconfigall.cc')
|
||||
Source('pcidev.cc')
|
||||
@@ -84,6 +85,7 @@ if env['FULL_SYSTEM']:
|
||||
TraceFlag('IdeCtrl')
|
||||
TraceFlag('IdeDisk')
|
||||
TraceFlag('IsaFake')
|
||||
TraceFlag('MC146818')
|
||||
TraceFlag('PCIDEV')
|
||||
TraceFlag('PciConfigAll')
|
||||
TraceFlag('SimpleDisk')
|
||||
|
||||
Reference in New Issue
Block a user