Ouss4 commented on a change in pull request #4730: URL: https://github.com/apache/incubator-nuttx/pull/4730#discussion_r736586263
########## File path: tools/Config.mk ########## @@ -461,6 +461,10 @@ endef # CLEAN - Default clean target +ifeq ($(CONFIG_ARCH_COVERAGE),y) + OBJS += *.gcno *.gcda Review comment: Is this working properly? `OBJS` will be overwritten by each subfolders Makefile which will lead to not deleting these files. Besides, I feel like this is more of a hack, gcno and gcda are not "object" files. -- 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