summaryrefslogtreecommitdiffstats
path: root/board/esd/canbt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/canbt/Makefile')
-rw-r--r--board/esd/canbt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/esd/canbt/Makefile b/board/esd/canbt/Makefile
index ba92b24c8d..bd0825336f 100644
--- a/board/esd/canbt/Makefile
+++ b/board/esd/canbt/Makefile
@@ -26,7 +26,7 @@ ifneq ($(OBJTREE),$(SRCTREE))
$(shell mkdir -p $(obj)../common)
endif
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS = $(BOARD).o flash.o ../common/misc.o
@@ -35,7 +35,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud