]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpc8540eval/Makefile
Switch from archive libraries to partial linking
[karo-tx-uboot.git] / board / mpc8540eval / Makefile
index 5a68f11e7d0506bdcebbbddfa3a4c9cd95b07820..5eccfab69ee0d98e40a3f1cf11c00a789a242305 100644 (file)
@@ -23,7 +23,7 @@
 
 include $(TOPDIR)/config.mk
 
-LIB    = $(obj)lib$(BOARD).a
+LIB    = $(obj)lib$(BOARD).o
 
 COBJS-y        += $(BOARD).o
 COBJS-y        += law.o
@@ -36,7 +36,7 @@ OBJS  := $(addprefix $(obj),$(COBJS-y))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) $(ARFLAGS) $@ $(OBJS)
+       $(call cmd_link_o_target, $(OBJS))
 
 clean:
        rm -f $(OBJS) $(SOBJS)