projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daaba98
)
Move "ar" flags to config.mk to allow for silent "make -s"
author
Jon Loeliger
<jdl@freescale.com>
Wed, 11 Oct 2006 15:10:43 +0000
(10:10 -0500)
committer
Jon Loeliger
<jdl@freescale.com>
Wed, 11 Oct 2006 15:10:43 +0000
(10:10 -0500)
board/mpc8641hpcn/Makefile
patch
|
blob
|
history
diff --git
a/board/mpc8641hpcn/Makefile
b/board/mpc8641hpcn/Makefile
index
46214ed
..
4b68c36
100644
(file)
--- a/
board/mpc8641hpcn/Makefile
+++ b/
board/mpc8641hpcn/Makefile
@@
-33,7
+33,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)