summaryrefslogtreecommitdiff
path: root/cpu/sh3/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-11-20 07:44:42 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-12-10 14:11:35 (GMT)
commite9d5f35497885b3c65d494d09a525d443dcccd3b (patch)
treee901d5beed8b8faa66bbe7b797db79fde5402a6a /cpu/sh3/Makefile
parentb81786cff476c41e332eaeb679158f6527cd67d4 (diff)
downloadu-boot-fsl-qoriq-e9d5f35497885b3c65d494d09a525d443dcccd3b.tar.xz
sh: Update sh timer function
Change to write/readX function and fix timer problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
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 587413d..35e8f51 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))