hartmannathan commented on PR #7103:
URL: https://github.com/apache/incubator-nuttx/pull/7103#issuecomment-1248569447

   > "For out-of-tree custom boards: a path relative to TOPDIR to the custom 
board's configuration directory (e.g. 
../mycustomboards/myboardname/config/nsh)."
   > 
   > If CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH is not set, then an absolute path 
is used. See tools/Config.mk:
   > 
   > ```
   > 138   ifeq ($(CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH),y)
   > 139     BOARD_DIR ?= $(TOPDIR)$(DELIM)$(CUSTOM_DIR)
   > 140   else
   > 141     BOARD_DIR ?= $(CUSTOM_DIR)
   > 142   endif
   > ```
   
   Thanks for pointing that out! Will fix...


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to