From: Markus Niebel <markus.nie...@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.nie...@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 via email to