diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:42 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 23:01:42 +0200 |
commit | a6ef3ddeafbe8007af3662cc4509b897c53ab395 (patch) | |
tree | 7c4d8a72dbeb7771027c0e4b0864ae23de13605d /cpu/arm720t/Makefile | |
parent | 6790c55704531eb98f76b51d50e0f73d19fa2988 (diff) |
arm720t/clps7111: move serial driver to drivers/serial
add CONFIG_CLPS7111_SERIAL to activate the driver
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm720t/Makefile')
-rw-r--r-- | cpu/arm720t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm720t/Makefile b/cpu/arm720t/Makefile index a038042f9..d5ac7d3fd 100644 --- a/cpu/arm720t/Makefile +++ b/cpu/arm720t/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),$(COBJS) $(SOBJS)) |