crafcat7 commented on code in PR #11303: URL: https://github.com/apache/nuttx/pull/11303#discussion_r1413575446
########## tools/Unix.mk: ########## @@ -283,7 +283,9 @@ include/arch: LINK_INCLUDE_DIR=$(BOARD_DIR)/include ifeq ($(wildcard $(LINK_INCLUDE_DIR)),) - LINK_INCLUDE_DIR = $(BOARD_COMMON_DIR)/include + ifneq ($(strip $(BOARD_COMMON_DIR)),) + LINK_INCLUDE_DIR = $(BOARD_COMMON_DIR)/include Review Comment: OK,I merged this commit with the Windows enhanced commit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
