]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/Makefile
i2c: rcar_i2c: Add DM and DT capable I2C driver
[u-boot] / drivers / i2c / Makefile
index c48a71ac6fda4a49b7434459dcee2d663ebe3dfd..8bb3c18b572cc2ec08ad3698baa6801faad28c35 100644 (file)
@@ -28,6 +28,7 @@ obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o
 obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o
 obj-$(CONFIG_SYS_I2C_MXS) += mxs_i2c.o
 obj-$(CONFIG_SYS_I2C_OMAP24XX) += omap24xx_i2c.o
+obj-$(CONFIG_SYS_I2C_RCAR_I2C) += rcar_i2c.o
 obj-$(CONFIG_SYS_I2C_RCAR_IIC) += rcar_iic.o
 obj-$(CONFIG_SYS_I2C_ROCKCHIP) += rk_i2c.o
 obj-$(CONFIG_SYS_I2C_S3C24X0) += s3c24x0_i2c.o exynos_hs_i2c.o