summaryrefslogtreecommitdiff
path: root/cpu/sh3/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-13 00:26:19 +0100
committerWolfgang Denk <wd@denx.de>2008-12-13 00:26:19 +0100
commitf6704e49d6221fa650434e75faa5a3e2d7002f1b (patch)
treeea8c82808cf1bb8397d41b0c293c318d90c3cf9e /cpu/sh3/Makefile
parent8e9c63b40059e81b870685b54d99589152c5b750 (diff)
parentd8bbc51c7ba9b737a20984333d19fe28a3526431 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'cpu/sh3/Makefile')
-rw-r--r--cpu/sh3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh3/Makefile b/cpu/sh3/Makefile
index 587413d2e15..35e8f51ab15 100644
--- a/cpu/sh3/Makefile
+++ b/cpu/sh3/Makefile
@@ -32,7 +32,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
SOBJS = start.o
-COBJS = cpu.o interrupts.o watchdog.o time.o cache.o
+COBJS = cpu.o interrupts.o watchdog.o cache.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))