Skip to content
Snippets Groups Projects
Commit 89967841 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8544DS: fix board Makefile for silent build (with -s)


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 6d714f82
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(OBJS) $(SOBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment