diff options
Diffstat (limited to 'board/omap2420h4/Makefile')
-rw-r--r-- | board/omap2420h4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap2420h4/Makefile b/board/omap2420h4/Makefile index 767a9d6..2f2645a 100644 --- a/board/omap2420h4/Makefile +++ b/board/omap2420h4/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) clean: rm -f $(SOBJS) $(OBJS) |