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 /arch/arm/cpu/pxa/Makefile | |
parent | 776784908c0342146caecc777fb596234e23f027 (diff) |
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/Makefile | 1 |
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 |