commit | 547b67f60bd5a00aab2c49ceafd42fc1302f947d | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Sep 23 02:12:30 2007 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Sun Sep 23 02:12:30 2007 +0900 |
tree | e388d06d722b283d09260ceab22f9cc342216f94 | |
parent | 49c7332506c751882efa834ddca1adc1491678e8 [diff] [blame] |
sh: Update core code of SuperH. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
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 @@ 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)