diff options
author | Kumar Gala | 2008-04-26 11:44:44 -0500 |
---|---|---|
committer | Wolfgang Denk | 2008-04-28 00:55:04 +0200 |
commit | 03c6cd39f9184143fd8c537872b3d4b2e03f1466 (patch) | |
tree | ee105688215db83b074a473c50dd98bbb8707036 /post/cpu | |
parent | fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c (diff) |
post: Fix building with O=
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'post/cpu')
-rw-r--r-- | post/cpu/ppc4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index 7b13413b9d7..87ecd7c9074 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 |