diff options
Diffstat (limited to 'target/h8300/Makefile')
-rw-r--r-- | target/h8300/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/h8300/Makefile b/target/h8300/Makefile index 9da5ca266..462e9f05e 100644 --- a/target/h8300/Makefile +++ b/target/h8300/Makefile @@ -23,6 +23,10 @@ endif ifeq ($(ADK_TARGET_FS),initramfspiggyback) 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) +endif endif kernel-strip: |