summaryrefslogtreecommitdiffstats
path: root/board/balloon3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/balloon3/Makefile')
-rw-r--r--board/balloon3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/balloon3/Makefile b/board/balloon3/Makefile
index 7db615e943..29e79150f9 100644
--- a/board/balloon3/Makefile
+++ b/board/balloon3/Makefile
@@ -21,7 +21,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS := balloon3.o
@@ -29,7 +29,7 @@ SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
clean:
rm -f $(OBJS)
OpenPOWER on IntegriCloud