diff options
Diffstat (limited to 'cpu/sh3/Makefile')
-rw-r--r-- | cpu/sh3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh3/Makefile b/cpu/sh3/Makefile index 587413d2e1..35e8f51ab1 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)) |