X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fetin%2Fdebris%2FMakefile;h=99a9c9d4eeff3b82b06357011d30b8facf24a387;hb=b9d77535e9335b554af03aa0e0a54b664677d018;hp=fdf77369158ee75371bc58a7354886dbcc99c5b8;hpb=83dc830b1693252d996bda920cd5f3161d7c64a9;p=oweals%2Fu-boot.git diff --git a/board/etin/debris/Makefile b/board/etin/debris/Makefile index fdf7736915..99a9c9d4ee 100644 --- a/board/etin/debris/Makefile +++ b/board/etin/debris/Makefile @@ -23,7 +23,7 @@ include $(TOPDIR)/config.mk -LIB = $(obj)lib$(BOARD).a +LIB = $(obj)lib$(BOARD).o COBJS = $(BOARD).o flash.o phantom.o @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) #########################################################################