From 03c6cd39f9184143fd8c537872b3d4b2e03f1466 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sat, 26 Apr 2008 11:44:44 -0500 Subject: post: Fix building with O= Signed-off-by: Kumar Gala --- post/cpu/ppc4xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/cpu') diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index 7b13413b9d..87ecd7c907 100644 --- a/post/cpu/ppc4xx/Makefile +++ b/post/cpu/ppc4xx/Makefile @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # -include $(TOPDIR)/include/autoconf.mk +include $(OBJTREE)/include/autoconf.mk LIB = libpostppc4xx.a -- cgit v1.2.1