summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:07:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:07:17 +0200
commitd797df53c90b50b326fb0f39a6928e207e1cbe1d (patch)
treeb025099f47056e14dce52faa7ca970c7dfb52918 /Config.in
parentbf0494a62620b8bed484171ea90f5a528d2d2a15 (diff)
allow to execute gcc testsuite (remotely on target)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index c36987e00..b96d61cfb 100644
--- a/Config.in
+++ b/Config.in
@@ -115,6 +115,12 @@ config ADK_FORCE_PARALLEL
help
Do not enable this! It's for testing purposes only.
+config ADK_TARGET_IP
+ prompt "Set target ip address for make check"
+ string
+ default "127.0.0.1"
+ help
+
choice
prompt "Hostsystem (do not change!)"
config ADK_HOST_LINUX