diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-04-13 23:48:16 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:07 +0200 |
commit | 68432c27438360aa3bc27c0c73bf3c12a8c6ffa7 (patch) | |
tree | 0b8e38f1b0384abd716a255f30b96cb1c594e8d5 /drivers/i2c/Makefile | |
parent | 776784908c0342146caecc777fb596234e23f027 (diff) | |
download | u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.zip u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.gz u-boot-imx-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.bz2 |
pxa: move i2c driver to the common place
For better sharing with other platform other than pxa's,
it is more convenient to put the driver to the common place.
Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'drivers/i2c/Makefile')
-rw-r--r-- | drivers/i2c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 052fe36..00a12cc 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@ -29,6 +29,7 @@ COBJS-$(CONFIG_BFIN_TWI_I2C) += bfin-twi_i2c.o COBJS-$(CONFIG_DRIVER_DAVINCI_I2C) += davinci_i2c.o COBJS-$(CONFIG_FSL_I2C) += fsl_i2c.o COBJS-$(CONFIG_I2C_MVTWSI) += mvtwsi.o +COBJS-$(CONFIG_I2C_MV) += mv_i2c.o COBJS-$(CONFIG_I2C_MXC) += mxc_i2c.o COBJS-$(CONFIG_DRIVER_OMAP1510_I2C) += omap1510_i2c.o COBJS-$(CONFIG_DRIVER_OMAP24XX_I2C) += omap24xx_i2c.o |