projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d714f8
)
MPC8544DS: fix board Makefile for silent build (with -s)
author
Wolfgang Denk
<wd@denx.de>
Sun, 13 Jan 2008 18:51:39 +0000
(19:51 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 13 Jan 2008 18:57:08 +0000
(19:57 +0100)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/freescale/mpc8544ds/Makefile
patch
|
blob
|
history
diff --git
a/board/freescale/mpc8544ds/Makefile
b/board/freescale/mpc8544ds/Makefile
index 006fdc95e70001cfcf4b3c3c70d463aee09bcc77..c6f159ac8157d2b71cd9a74f91ed7504329eec56 100644
(file)
--- a/
board/freescale/mpc8544ds/Makefile
+++ b/
board/freescale/mpc8544ds/Makefile
@@
-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)