X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fcray%2FL1%2FMakefile;h=d1a7a0b0df1fde5371d6da208f7de06e9a5b4a62;hp=21b513c29fab7be8d3157b74dafa5c9578ba3d96;hb=6d8962e814c15807dd6ac5757904be2a02d187b8;hpb=4e0018f1cf91b3f38f8478d6a174c198b72fe6df diff --git a/board/cray/L1/Makefile b/board/cray/L1/Makefile index 21b513c29f..d1a7a0b0df 100644 --- a/board/cray/L1/Makefile +++ b/board/cray/L1/Makefile @@ -23,7 +23,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS = $(BOARD).o flash.o SOBJS = init.o @@ -36,7 +36,7 @@ SOBJS := $(addprefix $(obj),$(SOBJS)) # HACK: depend needs bootscript.c, which needs tools/mkimage, which is not # built in the depend stage. So... put bootscript.o here, not in OBJS $(LIB): $(OBJS) $(SOBJS) $(obj)bootscript.o - $(AR) $(ARFLAGS) $@ $^ + $(call cmd_link_o_target, $^) clean: rm -f $(SOBJS) $(OBJS) $(obj)bootscript.c \