summaryrefslogtreecommitdiffstats
path: root/board/espt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/espt/Makefile')
-rw-r--r--board/espt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/espt/Makefile b/board/espt/Makefile
index c79cba8566..4ecef4a297 100644
--- a/board/espt/Makefile
+++ b/board/espt/Makefile
@@ -22,7 +22,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS := espt.o
SOBJS := lowlevel_init.o
@@ -32,7 +32,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)
OpenPOWER on IntegriCloud