projects
/
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:
7ed4011
)
post/Makefile: make sure to use the correct flags
author
Wolfgang Denk
<wd@denx.de>
Fri, 25 Apr 2008 23:25:39 +0000
(
01:25
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 25 Apr 2008 23:25:39 +0000
(
01:25
+0200)
ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
messages to be printed.
Signed-off-by: Wolfgang Denk <wd@denx.de>
post/Makefile
patch
|
blob
|
history
diff --git
a/post/Makefile
b/post/Makefile
index
02b5154
..
c737729
100644
(file)
--- a/
post/Makefile
+++ b/
post/Makefile
@@
-21,6
+21,7
@@
# MA 02111-1307 USA
#
+include $(TOPDIR)/config.mk
include $(TOPDIR)/include/autoconf.mk
LIB = libpost.a