]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Makefile
rockchip: Add I2C driver
[karo-tx-uboot.git] / drivers / i2c / Makefile
index 9b45248e2e271bcf3387d61d4e75cb3bcf57bb39..8ce294b02a6d28b90c212036f997564ebb04c106 100644 (file)
@@ -31,6 +31,7 @@ obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o
 obj-$(CONFIG_SYS_I2C_OMAP34XX) += omap24xx_i2c.o
 obj-$(CONFIG_SYS_I2C_PPC4XX) += ppc4xx_i2c.o
 obj-$(CONFIG_SYS_I2C_RCAR) += rcar_i2c.o
+obj-$(CONFIG_SYS_I2C_ROCKCHIP) += rk_i2c.o
 obj-$(CONFIG_SYS_I2C_S3C24X0) += s3c24x0_i2c.o
 obj-$(CONFIG_SYS_I2C_SANDBOX) += sandbox_i2c.o i2c-emul-uclass.o
 obj-$(CONFIG_SYS_I2C_SH) += sh_i2c.o