From 6157a0a8b6189b84f81e6ac35ec638761f43b159 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 8 Mar 2017 05:33:25 +0100 Subject: target: Fix for incorrect post make instructions Signed-off-by: Phil Sutter --- target/x86_64/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/x86_64') diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile index e4b53e1b0..654ab0247 100644 --- a/target/x86_64/Makefile +++ b/target/x86_64/Makefile @@ -91,6 +91,7 @@ ifeq ($(ADK_TARGET_FS),genimage) targethelp: @echo "The disk image is: $(FW_DIR)/disk.img" ifeq ($(ADK_TARGET_QEMU),y) + @echo "Start qemu with following command line:" @echo 'qemu-system-${QEMU_ARCH} ${QEMU_ARGS} $(FW_DIR)/disk.img' else @echo "Use following command to install it on SD card:" -- cgit v1.2.3