summaryrefslogtreecommitdiffstats
path: root/board/pb1x00/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/pb1x00/Makefile')
-rw-r--r--board/pb1x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pb1x00/Makefile b/board/pb1x00/Makefile
index d1e9ad349b..f7d58416c9 100644
--- a/board/pb1x00/Makefile
+++ b/board/pb1x00/Makefile
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS) $(SOBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
#########################################################################
OpenPOWER on IntegriCloud