summaryrefslogtreecommitdiffstats
path: root/cpu/sh4
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh4')
-rw-r--r--cpu/sh4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile
index e38e04f29e..d3c5eef6be 100644
--- a/cpu/sh4/Makefile
+++ b/cpu/sh4/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(CPU).a
SOBJS = start.o
-OBJS = cpu.o interrupts.o watchdog.o time.o cache.o
+COBJS = cpu.o interrupts.o watchdog.o time.o cache.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud