diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:41 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:41 +0200 |
commit | 412ab705888742add435dd6ffc2e8bda14962235 (patch) | |
tree | 45848ea38bd1347da153c5facdb979fdc906006f /cpu/sa1100/Makefile | |
parent | b2368754a9202225fd072e159fb78da7d2cdb623 (diff) | |
download | u-boot-imx-412ab705888742add435dd6ffc2e8bda14962235.zip u-boot-imx-412ab705888742add435dd6ffc2e8bda14962235.tar.gz u-boot-imx-412ab705888742add435dd6ffc2e8bda14962235.tar.bz2 |
sa1100: move serial driver to drivers/serial
add CONFIG_SA1100_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/sa1100/Makefile')
-rw-r--r-- | cpu/sa1100/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sa1100/Makefile b/cpu/sa1100/Makefile index 790faeb..fd696f7 100644 --- a/cpu/sa1100/Makefile +++ b/cpu/sa1100/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = serial.o interrupts.o cpu.o +COBJS = interrupts.o cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |