X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpandora%2FMakefile;h=03086819cd50870c55d0e7b543aa6579ceff80d8;hb=47784af714cef659cd17da5be0fc07ea9c010578;hp=b41e8a0a54caf7930f41cd7bdb17800032370037;hpb=0052a051f60a043f1730b3a46f23b3c7b0eb7820;p=u-boot diff --git a/board/pandora/Makefile b/board/pandora/Makefile index b41e8a0a54..03086819cd 100644 --- a/board/pandora/Makefile +++ b/board/pandora/Makefile @@ -23,7 +23,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS := pandora.o @@ -31,7 +31,7 @@ SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) clean: rm -f $(OBJS)