commit | de946a2066815179bdd9c5cb925c6b900b658b15 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Apr 26 01:25:39 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 26 01:25:39 2008 +0200 |
tree | 550c0711537f037b6d87c33dbb01c2eb688d087e | |
parent | 7f39a017a3ab858a3a59c8234cb185ff1c6f61c8 [diff] [blame] |
post/Makefile: make sure to use the correct flags ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" messages to be printed. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/post/Makefile b/post/Makefile index 02b5154..c737729 100644 --- 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