diff options
Diffstat (limited to 'target/h8300/Makefile')
-rw-r--r-- | target/h8300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/h8300/Makefile b/target/h8300/Makefile index 462e9f05e..f335b2a0a 100644 --- a/target/h8300/Makefile +++ b/target/h8300/Makefile @@ -25,7 +25,7 @@ targethelp: @echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}' ifeq ($(ADK_TARGET_SIM),y) @echo "Run the simulator via:" - @echo $(TARGET_CROSS)run $(FW_DIR)/$(TARGET_KERNEL) + @echo '$(TARGET_CROSS)run $(FW_DIR)/$(TARGET_KERNEL) "earlyprintk=h8300-sim console=ttySC0"' endif endif |