X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fintegratorcp%2FMakefile;h=92a1a07b03b7b3f70cc1a719e2eafecba979d52e;hb=f61f1e150c84f5b9347fca79a4bc5f2286c545d2;hp=e15ef73e2f691642d0cf80f940357fe14a5cce1e;hpb=7e2a24dca9a3213f0b4941562e4387e20bec3e2d;p=oweals%2Fu-boot.git diff --git a/board/integratorcp/Makefile b/board/integratorcp/Makefile index e15ef73e2f..92a1a07b03 100644 --- a/board/integratorcp/Makefile +++ b/board/integratorcp/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS := integratorcp.o flash.o -SOBJS := lowlevel_init.o memsetup.o +SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend #########################################################################