X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsandpoint%2FMakefile;h=6dc495c3619cabc3ecc9eabf3c7c696a9580379f;hb=566e5cf451ae7e33e31bb62ae5b9b258e33f8609;hp=e3d24b3689eff53801df8da321f63193a864f187;hpb=6741ae92f37caea8a22d1dcfaeab356f94b64676;p=oweals%2Fu-boot.git diff --git a/board/sandpoint/Makefile b/board/sandpoint/Makefile index e3d24b3689..6dc495c361 100644 --- a/board/sandpoint/Makefile +++ b/board/sandpoint/Makefile @@ -23,7 +23,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS = $(BOARD).o flash.o @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) #########################################################################