remove intel nic from SConscript
--HG-- extra : convert_revision : b01bb258c97cf42d46a94faedab31726623fe437
This commit is contained in:
parent
8a0c79a315
commit
14f53b9b6b
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,6 @@ full_system_sources = Split('''
|
|||
dev/etherlink.cc
|
||||
dev/etherpkt.cc
|
||||
dev/ethertap.cc
|
||||
dev/i8254xGBe.cc
|
||||
dev/ide_ctrl.cc
|
||||
dev/ide_disk.cc
|
||||
dev/io_device.cc
|
||||
|
@ -253,6 +252,7 @@ full_system_sources = Split('''
|
|||
sim/pseudo_inst.cc
|
||||
''')
|
||||
#dev/sinic.cc
|
||||
#dev/i8254xGBe.cc
|
||||
|
||||
|
||||
if env['TARGET_ISA'] == 'alpha':
|
||||
|
|
Loading…
Reference in a new issue