summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-24 18:42:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-24 18:42:27 +0200
commita392f73234fcf6e7875797f6830478b581cd4a3a (patch)
tree5789fcc8b38dff34cf9d662f564f59257b098bae
parentb8de5c7579b90bd0a7dd4e742a4277de7d2437d4 (diff)
only valid for nsim
-rw-r--r--target/arc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/arc/Makefile b/target/arc/Makefile
index 34fe42e41..bdd3e4c9a 100644
--- a/target/arc/Makefile
+++ b/target/arc/Makefile
@@ -29,6 +29,7 @@ endif
ifeq ($(ADK_TARGET_FS),initramfspiggyback)
targethelp:
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
+ifeq ($(ADK_TARGET_SYSTEM_SYNOPSYS_NSIM),y)
ifeq ($(ADK_TARGET_LITTLE_ENDIAN),y)
ifeq ($(ADK_TARGET_CPU_ARC_ARC700),y)
@echo './scripts/nsim.sh arcv1 $(FW_DIR)/${TARGET_KERNEL}'
@@ -46,6 +47,7 @@ ifeq ($(ADK_TARGET_CPU_ARC_ARCHS),y)
endif
endif
endif
+endif
ifeq ($(ADK_TARGET_FS),nfsroot)
targethelp:
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'