diff options
Diffstat (limited to 'board/netphone/Makefile')
-rw-r--r-- | board/netphone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netphone/Makefile b/board/netphone/Makefile index a8b2159..df7d312 100644 --- a/board/netphone/Makefile +++ b/board/netphone/Makefile @@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |