X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Farm_intcm%2FMakefile;h=7701b03bbeb736a530a9ad970be5cbe01904f599;hb=f82642e33899766892499b163e60560fbbf87773;hp=d5ac7d3fd980e66e909bbe55dadaf3c3906c3737;hpb=82165a334bae49abaa4def00c71e9a08d9be83a1;p=oweals%2Fu-boot.git diff --git a/cpu/arm_intcm/Makefile b/cpu/arm_intcm/Makefile index d5ac7d3fd9..7701b03bbe 100644 --- a/cpu/arm_intcm/Makefile +++ b/cpu/arm_intcm/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = interrupts.o cpu.o +COBJS = cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))