summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-v2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-04-10 19:25:07 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-04-10 19:25:07 +0000
commit86a7e903427ee34d08d1b676a2c9c65847c930eb (patch)
tree183cca5f67667506ad03d0a3489f5ae5b4952f48 /rules/u-boot-v2.make
parentd8b708fddd41189e10a1a1197f631b25793b424e (diff)
downloadptxdist-86a7e903427ee34d08d1b676a2c9c65847c930eb.tar.gz
ptxdist-86a7e903427ee34d08d1b676a2c9c65847c930eb.tar.xz
* platform support: added pending changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7931 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/u-boot-v2.make')
-rw-r--r--rules/u-boot-v2.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/u-boot-v2.make b/rules/u-boot-v2.make
index b6634dab8..4f9b28966 100644
--- a/rules/u-boot-v2.make
+++ b/rules/u-boot-v2.make
@@ -18,6 +18,7 @@ PACKAGES-$(PTXCONF_U_BOOT_V2) += u-boot-v2
#
# handle special compilers
#
+ifneq ($(PTX_COMPILER_PREFIX_UBOOT),)
ifneq ($(PTX_COMPILER_PREFIX),$(PTX_COMPILER_PREFIX_UBOOT))
ifeq ($(wildcard .utoolchain/$(PTX_COMPILER_PREFIX_UBOOT)gcc),)
$(warning *** no .utoolchain link found. Please create a link)
@@ -26,6 +27,7 @@ $(error )
endif
U_BOOT_V2_TOOLCHAIN_LINK := $(PTXDIST_WORKSPACE)/.utoolchain/
endif
+endif
#
# Paths and names
@@ -122,7 +124,7 @@ u-boot-v2_install: $(STATEDIR)/u-boot-v2.install
$(STATEDIR)/u-boot-v2.install:
@$(call targetinfo, $@)
- install -D -m755 $(U_BOOT_V2_DIR)/scripts/ubootenv $(PTX_PREFIX_HOST)/bin/ubootenv
+ install -D -m755 $(U_BOOT_V2_DIR)/scripts/ubootenv $(PTXCONF_SYSROOT_HOST)/bin/ubootenv
@$(call touch, $@)