X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcpu86%2FMakefile;h=12e4aa6880eed591aade2b9cfdf2d64611b3a39f;hb=eaeecde7bc67b473786d4adc4d923a4798f50d0e;hp=1b57d2b0236ce949c225b11814dce20ff69e69fd;hpb=f93286397ed2a7084efb0362a43ee09f11702349;p=u-boot diff --git a/board/cpu86/Makefile b/board/cpu86/Makefile index 1b57d2b023..12e4aa6880 100644 --- a/board/cpu86/Makefile +++ b/board/cpu86/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)) #########################################################################