X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fsh4%2FMakefile;h=d3c5eef6be205397b669d84f51fc85938e49c12f;hb=fc363ce35408f348cacced68505f3747a53e3d7c;hp=e38e04f29e0dc6ef95fbda05b09d35b21851df22;hpb=7c6237b3e2f2ee0098897da39b79aff4642b8946;p=oweals%2Fu-boot.git 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))