This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e623da2dd tools/Config: stack usage(.su) file should be removed on 
clean phase
5e623da2dd is described below

commit 5e623da2dd7bf0ee80ee910a1275ca325c73206e
Author: chao an <anc...@xiaomi.com>
AuthorDate: Mon Feb 6 20:03:14 2023 +0800

    tools/Config: stack usage(.su) file should be removed on clean phase
    
    Signed-off-by: chao an <anc...@xiaomi.com>
---
 tools/Config.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/Config.mk b/tools/Config.mk
index 63f3a3560a..ec61dfc64f 100644
--- a/tools/Config.mk
+++ b/tools/Config.mk
@@ -561,6 +561,10 @@ ifeq ($(CONFIG_ARCH_COVERAGE),y)
        EXTRA = *.gcno *.gcda
 endif
 
+ifeq ($(CONFIG_STACK_USAGE),y)
+       EXTRA += *.su
+endif
+
 ifeq ($(CONFIG_WINDOWS_NATIVE),y)
 define CLEAN
        $(Q) if exist *$(OBJEXT) (del /f /q *$(OBJEXT))

Reply via email to