X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fsh4%2FMakefile;h=d3c5eef6be205397b669d84f51fc85938e49c12f;hb=fc363ce35408f348cacced68505f3747a53e3d7c;hp=61929131dc56c9f3c13a8aa206a00a7beac5f216;hpb=a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4;p=oweals%2Fu-boot.git diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile index 61929131dc..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)) @@ -42,7 +42,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend #########################################################################