You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/09 17:30:34 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #5705: tools: add option to use in-tree board-level common code

gustavonihei commented on a change in pull request #5705:
URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822906144



##########
File path: boards/Kconfig
##########
@@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH
 	---help---
 		Specifies that the board directory is relative to the NuttX directory.
 
+config BOARD_CUSTOM_ARCH_BOARD_COMMON
+	bool "Use in-tree board-level common code"
+	default n
+	---help---
+		Enable this option to use NuttX in-tree board-level common code
+		for selected architecture.  The path to common folder will be set to
+		"boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_CHIP)/common" location

Review comment:
       ```suggestion
   		"boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_CHIP)/common" location.
   ```
   Missing period.




-- 
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-unsubscribe@nuttx.apache.org

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