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



##########
File path: tools/Unix.mk
##########
@@ -328,13 +328,20 @@ arch/dummy/Kconfig:
        @echo "CP: $@ to $(CHIP_KCONFIG)"
        $(Q) cp -f $(CHIP_KCONFIG) $@
 
+# Copy $(BOARD_KCONFIG) to boards/dummy/Kconfig
+
+boards/dummy/Kconfig:
+       @echo "CP: $@ to $(BOARD_KCONFIG)"
+       $(Q) cp -f $(BOARD_KCONFIG) $@

Review comment:
       @AlanRosenthal, please don't forget to mirror these changes to the 
Win.mk file.




-- 
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