summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-11-19 02:08:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-20 07:21:24 +0100
commitd4aa01503348a033b1057d8a66c20a4f5819e01f (patch)
tree75f42a438acd6605f346ec27ef8791e0eb02c0f5 /common/Kconfig
parentfbc6f5b36acc090f531c99a3b3f452adfb505c3a (diff)
downloadbarebox-d4aa01503348a033b1057d8a66c20a4f5819e01f.tar.gz
barebox-d4aa01503348a033b1057d8a66c20a4f5819e01f.tar.xz
common: add dependency !SANDBOX on target tools
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 <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index ccfbc800b9..06edbc2ba4 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