summaryrefslogtreecommitdiffstats
path: root/board/cm_t35/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm_t35/Makefile')
-rw-r--r--board/cm_t35/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cm_t35/Makefile b/board/cm_t35/Makefile
index d08c024e6a..27693f07ac 100644
--- a/board/cm_t35/Makefile
+++ b/board/cm_t35/Makefile
@@ -31,7 +31,7 @@ SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
#########################################################################
OpenPOWER on IntegriCloud