summaryrefslogtreecommitdiff
path: root/spl
diff options
context:
space:
mode:
authorAngus Ainslie <angus.ainslie@linaro.org>2011-09-12 10:11:58 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-11-03 21:56:20 (GMT)
commita2ee7f07fa5c72e739abfaaeab4e6bad61570ba7 (patch)
tree062ef2876a15a8e29da1ee93d4bca604516d3807 /spl
parent099e884ace0fb092e49f4cc803fc92c93c3f161f (diff)
downloadu-boot-a2ee7f07fa5c72e739abfaaeab4e6bad61570ba7.tar.xz
ORIGEN : use absolute paths and fix tool naming
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Get rid of MSDOS style excecutable extension Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'spl')
-rw-r--r--spl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/spl/Makefile b/spl/Makefile
index ed1f770..d4d754d 100644
--- a/spl/Makefile
+++ b/spl/Makefile
@@ -110,7 +110,7 @@ all: $(ALL-y)
ifdef CONFIG_SAMSUNG
$(obj)$(BOARD)-spl.bin: $(obj)u-boot-spl.bin
- $(TOPDIR)/board/$(BOARDDIR)/tools/mk$(BOARD)spl.exe \
+ $(OBJTREE)/tools/mk$(BOARD)spl \
$(obj)u-boot-spl.bin $(obj)$(BOARD)-spl.bin
endif