summaryrefslogtreecommitdiffstats
path: root/board/pdm360ng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/pdm360ng/Makefile')
-rw-r--r--board/pdm360ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pdm360ng/Makefile b/board/pdm360ng/Makefile
index 8513242081..1b3d530215 100644
--- a/board/pdm360ng/Makefile
+++ b/board/pdm360ng/Makefile
@@ -23,7 +23,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS-y := $(BOARD).o
@@ -33,7 +33,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