summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-03 11:21:42 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-03 11:21:42 +0100
commitd52b56753fd291c95468958ca60362ed94c929d7 (patch)
treeb69b801197e9add86b1181543f1dba43b123d97c /target/Makefile
parent5d4f6075503ea0f7bf3be9ae0b959c812b0b50c4 (diff)
add debugtool, try to fix device-tree support and rpi-proto driver
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 99404d99d..7041ed347 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -127,4 +127,4 @@ clean: $(ADK_TARGET_ARCH)-clean $(ADK_TARGET_ARCH)-imageclean
%-imageinstall: %-imageprepare
$(TRACE) target/$(patsubst %-imageinstall,%,$@)-imageinstall
$(MAKE) -C $(patsubst %-imageinstall,%,$@) imageinstall
- @echo 'Login as user root with password $(ADK_RUNTIME_PASSWORD) via ssh or console.'
+ @echo 'Login as user root with password "$(ADK_RUNTIME_PASSWORD)" via ssh or console.'