Gary-Hobson commented on a change in pull request #4730:
URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r737419592



##########
File path: tools/Config.mk
##########
@@ -461,6 +461,10 @@ endef
 
 # CLEAN - Default clean target
 
+ifeq ($(CONFIG_ARCH_COVERAGE),y)
+       EXTRA = *.gcno *.gcda
+endif

Review comment:
       I closed "coverage" and ran the program without any errors.
   
   In my opinion, the undefined variable in the makefile is null, so this will 
not affect the operation of the command




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