summaryrefslogtreecommitdiffstats
path: root/board/sandbox/sandbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandbox/sandbox/Makefile')
-rw-r--r--board/sandbox/sandbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandbox/sandbox/Makefile b/board/sandbox/sandbox/Makefile
index 6366a07445..0de449777f 100644
--- a/board/sandbox/sandbox/Makefile
+++ b/board/sandbox/sandbox/Makefile
@@ -30,7 +30,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