mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
tools/Makefile.unix: tools/Makefile.unix.
This commit is contained in:
parent
3c30cf1f05
commit
f7e3a82ecd
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ include/arch/board: include/arch
|
|||
|
||||
ifeq ($(COMMON_DIR),y)
|
||||
# Link the boards/<arch>/<chip>/common dir to arch/<arch-name>/src/board
|
||||
# Link the boards/<arch>/<chip>/<board>/src dir to arch/<arch-name>/src/board
|
||||
# Link the boards/<arch>/<chip>/<board>/src dir to arch/<arch-name>/src/board/board
|
||||
|
||||
$(ARCH_SRC)/board: .config
|
||||
@echo "LN: $(ARCH_SRC)/board to $(BOARD_DIR)/common"
|
||||
|
@ -331,7 +331,7 @@ $(ARCH_SRC)/board: .config
|
|||
@echo "LN: $(ARCH_SRC)/board/board to $(BOARD_DIR)/$(CONFIG_ARCH_BOARD)/src"
|
||||
$(Q) $(DIRLINK) $(BOARD_DIR)/$(CONFIG_ARCH_BOARD)/src $(ARCH_SRC)/board/board
|
||||
else
|
||||
# Link the boards/<arch>/<chip>/<board>/src dir to arch/<arch-name>/src/boar
|
||||
# Link the boards/<arch>/<chip>/<board>/src dir to arch/<arch-name>/src/board
|
||||
|
||||
$(ARCH_SRC)/board: .config
|
||||
@echo "LN: $(ARCH_SRC)/board to $(BOARD_DIR)/$(CONFIG_ARCH_BOARD)/src"
|
||||
|
|
Loading…
Reference in a new issue