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