diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-22 15:02:19 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-22 15:02:35 -0500 |
commit | 3a9264f51d63625284ca707e0cdac8e9a5636727 (patch) | |
tree | fb9d3159c811152f5337020c8975122a01edf3b5 /target/h8300/Makefile | |
parent | 0d7b98a19d8b20da9ba94b3573c5fd24f1ffc27a (diff) |
add example how to run simulator
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: |