From: Markus Niebel <list-09_ptxdist@tqsc.de>
To: ptxdist@pengutronix.de
Cc: m.olbrich@pengutronix.de, Markus Niebel <Markus.Niebel@tq-group.com>
Subject: [ptxdist] [PATCH] u-boot-tools: improve build
Date: Tue, 12 May 2015 10:23:17 +0200 [thread overview]
Message-ID: <1431418997-25585-1-git-send-email-list-09_ptxdist@tqsc.de> (raw)
From: Markus Niebel <Markus.Niebel@tq-group.com>
The U-Boot tools are mostly host side tools. No need to
compile them for target since this could break build due
to wrong dependencies. Use feature of U-Boot build
system to build a given directory.
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
---
rules/u-boot-tools.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make
index 2e1b0a1..9e5ef2b 100644
--- a/rules/u-boot-tools.make
+++ b/rules/u-boot-tools.make
@@ -33,10 +33,10 @@ U_BOOT_TOOLS_CONF_TOOL := NO
# just pick sandbox as a dummy target config
U_BOOT_TOOLS_MAKE_OPT := \
CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \
- sandbox_config tools-only
+ sandbox_config
ifdef PTXCONF_U_BOOT_TOOLS_TOOL_ENV
-U_BOOT_TOOLS_MAKE_OPT += env
+U_BOOT_TOOLS_MAKE_OPT += tools/env/
endif
# ----------------------------------------------------------------------------
--
2.3.0
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2015-05-12 8:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431418997-25585-1-git-send-email-list-09_ptxdist@tqsc.de \
--to=list-09_ptxdist@tqsc.de \
--cc=Markus.Niebel@tq-group.com \
--cc=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox