X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Futx8245%2FMakefile;h=33c1dcd4dc15240ca80607b68a6597af0485a401;hb=52eb2c79110151b9017a0829c4d44ee7b8e2ca04;hp=0664d9f58b01a2f6f69b3413ee6e5e73e8ac9641;hpb=f93286397ed2a7084efb0362a43ee09f11702349;p=karo-tx-uboot.git diff --git a/board/utx8245/Makefile b/board/utx8245/Makefile index 0664d9f58b..33c1dcd4dc 100644 --- a/board/utx8245/Makefile +++ b/board/utx8245/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS = $(BOARD).o flash.o @@ -37,7 +37,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) #########################################################################