]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Makefile
dm: core: Add dev_get_uclass_priv() to access uclass private data
[karo-tx-uboot.git] / drivers / i2c / Makefile
index 774bc94a4a7a864acfbdb6a8a5214f34637f7fe7..26ea854ec8dfac477ee0951cc58cb6dc150a31e2 100644 (file)
@@ -20,6 +20,7 @@ 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_LPC32XX) += lpc32xx_i2c.o
 obj-$(CONFIG_SYS_I2C_MVTWSI) += mvtwsi.o
 obj-$(CONFIG_SYS_I2C_MXC) += mxc_i2c.o
 obj-$(CONFIG_SYS_I2C_MXS) += mxs_i2c.o