diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-26 11:44:44 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-28 00:55:04 +0200 |
commit | 03c6cd39f9184143fd8c537872b3d4b2e03f1466 (patch) | |
tree | ee105688215db83b074a473c50dd98bbb8707036 /post/board | |
parent | fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c (diff) | |
download | u-boot-imx-03c6cd39f9184143fd8c537872b3d4b2e03f1466.zip u-boot-imx-03c6cd39f9184143fd8c537872b3d4b2e03f1466.tar.gz u-boot-imx-03c6cd39f9184143fd8c537872b3d4b2e03f1466.tar.bz2 |
post: Fix building with O=
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'post/board')
-rw-r--r-- | post/board/lwmon5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/board/lwmon5/Makefile b/post/board/lwmon5/Makefile index 3cb6426..4e95515 100644 --- a/post/board/lwmon5/Makefile +++ b/post/board/lwmon5/Makefile @@ -20,7 +20,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA -include $(TOPDIR)/include/autoconf.mk +include $(OBJTREE)/include/autoconf.mk LIB = libpostlwmon5.a |