浏览代码

only valid for nsim

Waldemar Brodkorb 5 年之前
父节点
当前提交
a392f73234
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      target/arc/Makefile

+ 2 - 0
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}'