summaryrefslogtreecommitdiffstats
path: root/board/ep82xxm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep82xxm/Makefile')
-rw-r--r--board/ep82xxm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep82xxm/Makefile b/board/ep82xxm/Makefile
index 3d5490aa58..349be1f8dc 100644
--- a/board/ep82xxm/Makefile
+++ b/board/ep82xxm/Makefile
@@ -31,7 +31,7 @@ SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(OBJS)
OpenPOWER on IntegriCloud