diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-30 18:58:38 +0200 |
commit | d3e55d0774a180c1837bd7ddec464015e883bd86 (patch) | |
tree | 82e31e4ba67a1e3f2af84a52f5c3df2d7dc60bfa /cpu/arm920t/imx/Makefile | |
parent | a6ef3ddeafbe8007af3662cc4509b897c53ab395 (diff) | |
download | u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.zip u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.tar.gz u-boot-imx-d3e55d0774a180c1837bd7ddec464015e883bd86.tar.bz2 |
imx: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm920t/imx/Makefile')
-rw-r--r-- | cpu/arm920t/imx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/imx/Makefile b/cpu/arm920t/imx/Makefile index 9207ec1..d3352de 100644 --- a/cpu/arm920t/imx/Makefile +++ b/cpu/arm920t/imx/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).a -COBJS = generic.o interrupts.o serial.o speed.o +COBJS = generic.o interrupts.o speed.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |