diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-26 01:25:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-26 01:25:39 +0200 |
commit | 19cf2ec90d8ce52da60c1693693c4048cb810967 (patch) | |
tree | 550c0711537f037b6d87c33dbb01c2eb688d087e /post/Makefile | |
parent | 7ed4011733e7dca8f64d21291e4294662f7dc3e2 (diff) | |
download | u-boot-imx-19cf2ec90d8ce52da60c1693693c4048cb810967.zip u-boot-imx-19cf2ec90d8ce52da60c1693693c4048cb810967.tar.gz u-boot-imx-19cf2ec90d8ce52da60c1693693c4048cb810967.tar.bz2 |
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>
Diffstat (limited to 'post/Makefile')
-rw-r--r-- | post/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |