summaryrefslogtreecommitdiffstats
path: root/cpu/sh2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh2/Makefile')
-rw-r--r--cpu/sh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh2/Makefile b/cpu/sh2/Makefile
index 50f67208b2..e33ba0f2a9 100644
--- a/cpu/sh2/Makefile
+++ b/cpu/sh2/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 # cache.o
+OBJS = cpu.o interrupts.o watchdog.o
all: .depend $(START) $(LIB)
OpenPOWER on IntegriCloud