summaryrefslogtreecommitdiff
path: root/cpu/lh7a40x/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-31 12:44:27 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:53 +0200
commit3ea201b016ab259a5ac8824af767569522768c47 (patch)
tree5684f470ebba4b1e82aa9ef75b22019ad64e6a43 /cpu/lh7a40x/Makefile
parent379be585eb2343d8814a5cee5fb3da930d846bee (diff)
lh7a40x: move serial driver to drivers/serial
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/lh7a40x/Makefile')
-rw-r--r--cpu/lh7a40x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/lh7a40x/Makefile b/cpu/lh7a40x/Makefile
index b9ae76eff..1b3f58abb 100644
--- a/cpu/lh7a40x/Makefile
+++ b/cpu/lh7a40x/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
START = start.o
-COBJS = cpu.o speed.o serial.o timer.o
+COBJS = cpu.o speed.o timer.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))