From 19cf2ec90d8ce52da60c1693693c4048cb810967 Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@denx.de>
Date: Sat, 26 Apr 2008 01:25:39 +0200
Subject: [PATCH] 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>
---
 post/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/post/Makefile b/post/Makefile
index 02b51544c2..c737729f9e 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
-- 
2.39.5