summaryrefslogtreecommitdiffstats
path: root/board/mpr2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpr2/Makefile')
-rw-r--r--board/mpr2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpr2/Makefile b/board/mpr2/Makefile
index 17ca17ec5b..a10ec77478 100644
--- a/board/mpr2/Makefile
+++ b/board/mpr2/Makefile
@@ -36,7 +36,7 @@ OBJS := mpr2.o
SOBJS := lowlevel_init.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $(OBJS) $(SOBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud