mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
tools/Config: stack usage(.su) file should be removed on clean phase
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user