summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa/Makefile
diff options
context:
space:
mode:
authorLei Wen <[leiwen@marvell.com]>2011-04-13 22:18:16 +0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 21:38:07 +0400
commit68432c27438360aa3bc27c0c73bf3c12a8c6ffa7 (patch)
tree0b8e38f1b0384abd716a255f30b96cb1c594e8d5 /arch/arm/cpu/pxa/Makefile
parent776784908c0342146caecc777fb596234e23f027 (diff)
downloadu-boot-68432c27438360aa3bc27c0c73bf3c12a8c6ffa7.tar.xz
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 'arch/arm/cpu/pxa/Makefile')
-rw-r--r--arch/arm/cpu/pxa/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/pxa/Makefile b/arch/arm/cpu/pxa/Makefile
index 49a6ed3c74..e8b59a30c9 100644
--- a/arch/arm/cpu/pxa/Makefile
+++ b/arch/arm/cpu/pxa/Makefile
@@ -28,7 +28,6 @@ LIB = $(obj)lib$(CPU).o
START = start.o
COBJS += cpu.o
-COBJS += i2c.o
COBJS += pxafb.o
COBJS += timer.o
COBJS += usb.o