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



##########
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:
       will do, looks like there's some issues with CI, once I have CI passing 
I'll mirror the changes to Win.mk




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