commit | af8a7233cb80e827be258b83a47468a2acd882e4 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Sat Apr 26 11:44:44 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Mon Apr 28 00:55:04 2008 +0200 |
tree | ee105688215db83b074a473c50dd98bbb8707036 | |
parent | 6de7ed2573dab518e60da500e4c41646136ca034 [diff] [blame] |
post: Fix building with O= Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index 7b13413..87ecd7c 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