summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-04 10:09:24 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-04 10:09:24 +0100
commit7c71cc32dfe3162e5df644f46fc5405128aad885 (patch)
tree71fbc8bcdc9de31b90cdf4f44512deb1eec750ea /target/Makefile
parent62e251378c7e36a1cb3a5eaa56db5cd592710015 (diff)
add DT trailer to kernel for raspberry pi with dt
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
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 7041ed347..d015d6757 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 via ssh or console."