rename i2c driver files using <type>-<driver name>

Follow the same order of <type>-<driver name>

Change-Id: Iac9f01f864c2ac76ee7aadf8cbdbb12835f39df4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-09-19 22:59:48 -04:00
commit f2241deaa4
4 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
obj-$(CONFIG_I2C_DW) += dw_i2c.o
obj-$(CONFIG_I2C_DW) += i2c-dw.o