summaryrefslogtreecommitdiff
path: root/cpu/sh4/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-22 17:12:30 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-22 17:12:30 (GMT)
commitb02bad128669e567fce87d8df823b06a0144b8db (patch)
treee388d06d722b283d09260ceab22f9cc342216f94 /cpu/sh4/Makefile
parentb8685affe614ccf5f4ec66252b30e2e524d18948 (diff)
downloadu-boot-b02bad128669e567fce87d8df823b06a0144b8db.tar.xz
sh: Update core code of SuperH.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'cpu/sh4/Makefile')
-rw-r--r--cpu/sh4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile
index b24a280..1bb8bd7 100644
--- a/cpu/sh4/Makefile
+++ b/cpu/sh4/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
START = start.o
-OBJS = cpu.o interrupts.o watchdog.o time.o
+OBJS = cpu.o interrupts.o watchdog.o time.o cache.o
all: .depend $(START) $(LIB)