The build of target tools fails on sandbox architecture.
We don't need any target tools in this case, so add a dependency.

Signed-off-by: Alexander Aring <[email protected]>
---
 common/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index ccfbc80..06edbc2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -453,6 +453,7 @@ config BLSPEC
 
 config KERNEL_INSTALL_TARGET
        bool
+       depends on !SANDBOX
        prompt "Build kernel-install utility for the target"
        help
          Enable this to compile the kernel-install script using the cross
@@ -610,6 +611,7 @@ config DEFAULT_ENVIRONMENT_PATH
 
 config BAREBOXENV_TARGET
        bool
+       depends on !SANDBOX
        prompt "build bareboxenv tool for target"
        help
          'bareboxenv' is a tool to access the barebox environment from a 
running Linux
-- 
1.8.4.2


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to