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