diff --git a/tools/Makefile.unix b/tools/Makefile.unix index c614225ba79..146f1107dd4 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -323,7 +323,7 @@ include/arch/board: include/arch ifeq ($(COMMON_DIR),y) # Link the boards///common dir to arch//src/board -# Link the boards////src dir to arch//src/board +# Link the boards////src dir to arch//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////src dir to arch//src/boar +# Link the boards////src dir to arch//src/board $(ARCH_SRC)/board: .config @echo "LN: $(ARCH_SRC)/board to $(BOARD_DIR)/$(CONFIG_ARCH_BOARD)/src"