]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/Makefile
add an i2c driver for mx31
[u-boot] / drivers / i2c / Makefile
index 29d6c03dbb3e43bf36eb70eb83fd1cc37bae1432..071ef00b15e71d57cf711c7afab6a2f1951dd73c 100644 (file)
@@ -29,6 +29,7 @@ COBJS-y += fsl_i2c.o
 COBJS-y += omap1510_i2c.o
 COBJS-y += omap24xx_i2c.o
 COBJS-y += tsi108_i2c.o
+COBJS-y += mxc_i2c.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)