X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Fi2c%2FMakefile;h=416ea4f2c838df32766b1cf267a2f061f2a54aab;hb=740f41d3cbefe2068247852220226c2c3b287249;hp=61e9f3c2400e0ad4e8823407d5eb5a1bf08a7e1a;hpb=7c48b015100eeff0e1bbb766394f7beca23afb48;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 61e9f3c..416ea4f 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -17,6 +17,7 @@ obj-$(CONFIG_SYS_I2C) += i2c_core.o obj-$(CONFIG_SYS_I2C_DAVINCI) += davinci_i2c.o obj-$(CONFIG_SYS_I2C_FSL) += fsl_i2c.o obj-$(CONFIG_SYS_I2C_FTI2C010) += fti2c010.o +obj-$(CONFIG_SYS_I2C_IHS) += ihs_i2c.o obj-$(CONFIG_SYS_I2C_KONA) += kona_i2c.o obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o