summaryrefslogtreecommitdiffstats
path: root/board/sacsng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/sacsng/Makefile')
-rw-r--r--board/sacsng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sacsng/Makefile b/board/sacsng/Makefile
index 2dff242aef..9bb9c15525 100644
--- a/board/sacsng/Makefile
+++ b/board/sacsng/Makefile
@@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud