Skip to content

Commit

Permalink
tools/Config: stack usage(.su) file should be removed on clean phase
Browse files Browse the repository at this point in the history
Signed-off-by: chao an <anchao@xiaomi.com>
  • Loading branch information
anchao authored and xiaoxiang781216 committed Feb 6, 2023
1 parent 65a04c6 commit 5e623da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/Config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5e623da

Please sign in to comment.