diff options
Diffstat (limited to 'target/arc/Makefile')
-rw-r--r-- | target/arc/Makefile | 2 |
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}' |