From: Wolfgang Denk Date: Fri, 25 Apr 2008 23:25:39 +0000 (+0200) Subject: post/Makefile: make sure to use the correct flags X-Git-Tag: v2008.10-rc1~389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19cf2ec90d8ce52da60c1693693c4048cb810967;p=platform%2Fkernel%2Fu-boot.git 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 --- 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