]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gdsys/405ep/Makefile
Switch from archive libraries to partial linking
[people/ms/u-boot.git] / board / gdsys / 405ep / Makefile
index 13dff52d77b6b18ef66cc65d818211b8efae15fe..ed3120784b9b0c305982520657ebdf7ffbdd16d9 100644 (file)
@@ -23,7 +23,7 @@
 
 include $(TOPDIR)/config.mk
 
-LIB    = $(obj)lib$(BOARD).a
+LIB    = $(obj)lib$(BOARD).o
 
 COBJS-$(CONFIG_IO) += io.o
 COBJS-$(CONFIG_IOCON) += iocon.o
@@ -36,7 +36,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
+       $(call cmd_link_o_target, $(OBJS) $(SOBJS))
 
 clean:
        rm -f $(SOBJS) $(OBJS)