* [ptxdist] [PATCH] u-boot-tools: improve build
@ 2015-05-12 8:23 Markus Niebel
0 siblings, 0 replies; only message in thread
From: Markus Niebel @ 2015-05-12 8:23 UTC (permalink / raw)
To: ptxdist; +Cc: m.olbrich, Markus Niebel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-12 8:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-12 8:23 [ptxdist] [PATCH] u-boot-tools: improve build Markus Niebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox