]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Makefile
dm: i2c: Add I2C emulation driver for sandbox
[karo-tx-uboot.git] / drivers / i2c / Makefile
index 063e097603091e54ddef29c50e5509dabfd9e016..5a93473edce4cdcbccc0bd4045e6f9559dcc6b01 100644 (file)
@@ -27,6 +27,7 @@ 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_S3C24X0) += s3c24x0_i2c.o
+obj-$(CONFIG_SYS_I2C_SANDBOX) += i2c-emul-uclass.o
 obj-$(CONFIG_SYS_I2C_SH) += sh_i2c.o
 obj-$(CONFIG_SYS_I2C_SOFT) += soft_i2c.o
 obj-$(CONFIG_SYS_I2C_TEGRA) += tegra_i2c.o