dev: Move i2c functionality to src/dev/i2c/
--HG-- rename : src/dev/I2C.py => src/dev/i2c/I2C.py rename : src/dev/i2cbus.cc => src/dev/i2c/bus.cc rename : src/dev/i2cbus.hh => src/dev/i2c/bus.hh rename : src/dev/i2cdev.hh => src/dev/i2c/device.hh
This commit is contained in:
@@ -42,7 +42,6 @@ if env['TARGET_ISA'] == 'null':
|
||||
SimObject('BadDevice.py')
|
||||
SimObject('DiskImage.py')
|
||||
SimObject('Ethernet.py')
|
||||
SimObject('I2C.py')
|
||||
SimObject('Ide.py')
|
||||
SimObject('Platform.py')
|
||||
SimObject('SimpleDisk.py')
|
||||
@@ -63,7 +62,6 @@ Source('multi_etherlink.cc')
|
||||
Source('tcp_iface.cc')
|
||||
Source('etherpkt.cc')
|
||||
Source('ethertap.cc')
|
||||
Source('i2cbus.cc')
|
||||
Source('i8254xGBe.cc')
|
||||
Source('ide_ctrl.cc')
|
||||
Source('ide_disk.cc')
|
||||
|
||||
Reference in New Issue
Block a user