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