summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-04 14:59:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-04 14:59:28 +0200
commit59ccb3fb41cb82bab1631c8685c9d6d2545a16fd (patch)
tree6a2ccfd8c3c5221c90b22f9077dbd21aea101dea /target/x86_64/Makefile
parentb680bc69880de58d51b9527a985da257ebce27b4 (diff)
add basic support for pcengines apu, only usb boot tested.
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r--target/x86_64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index d2a39a4ff..e4e0c4d1d 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -79,7 +79,8 @@ endif
ifeq ($(ADK_TARGET_FS),usb)
targethelp:
@echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}'
- @echo "To install everything to USB use scripts/install.sh"
+ @echo "To install everything to USB use:"
+ @echo "sudo ./scripts/install.sh -t /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
ifeq ($(ADK_TARGET_FS),iso)
targethelp: