mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
tools: Fix parallel build issue due to missing dependency
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
fb92621962
commit
6053de27ce
+1
-1
@@ -317,7 +317,7 @@ INCLUDE_ARCH_CHIP_SYMLINK_DIR=$(TOPDIR)/$(ARCH_INC)/$(CONFIG_ARCH_CHIP)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(INCLUDE_ARCH_CHIP_SYMLINK_DIR),)
|
ifneq ($(INCLUDE_ARCH_CHIP_SYMLINK_DIR),)
|
||||||
include/arch/chip:
|
include/arch/chip: | include/arch
|
||||||
@echo "LN: $@ to $(INCLUDE_ARCH_CHIP_SYMLINK_DIR)"
|
@echo "LN: $@ to $(INCLUDE_ARCH_CHIP_SYMLINK_DIR)"
|
||||||
$(DIRLINK) $(INCLUDE_ARCH_CHIP_SYMLINK_DIR) $@
|
$(DIRLINK) $(INCLUDE_ARCH_CHIP_SYMLINK_DIR) $@
|
||||||
endif
|
endif
|
||||||
|
|||||||
+1
-1
@@ -302,7 +302,7 @@ INCLUDE_ARCH_CHIP_SYMLINK_DIR=$(TOPDIR)\$(ARCH_INC)\$(CONFIG_ARCH_CHIP)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(INCLUDE_ARCH_CHIP_SYMLINK_DIR),)
|
ifneq ($(INCLUDE_ARCH_CHIP_SYMLINK_DIR),)
|
||||||
include\arch\chip:
|
include\arch\chip: | include\arch
|
||||||
@echo "LN: $@ to $(INCLUDE_ARCH_CHIP_SYMLINK_DIR)"
|
@echo "LN: $@ to $(INCLUDE_ARCH_CHIP_SYMLINK_DIR)"
|
||||||
$(DIRLINK) $(INCLUDE_ARCH_CHIP_SYMLINK_DIR) $@
|
$(DIRLINK) $(INCLUDE_ARCH_CHIP_SYMLINK_DIR) $@
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user