From a392f73234fcf6e7875797f6830478b581cd4a3a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 Jun 2018 18:42:27 +0200 Subject: only valid for nsim --- target/arc/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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}' -- cgit v1.2.3