From 00205e4996df209dc43664af7c171d34c2e97cda Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 7 Dec 2018 13:12:13 +0100 Subject: use custom stack analyzer --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fe3368..fbf7735 100644 --- a/Makefile +++ b/Makefile @@ -128,9 +128,9 @@ endif include src/arch/${arch}/Makefile.inc stack: default - @test -n "${OBJDUMP}" - @test -n "${ARCH_CALL_COST}" - @./avstack.pl ${OBJDUMP} ${ARCH_CALL_COST} ${OBJECTS} + ${QUIET}test -n "${OBJDUMP}" + ${QUIET}test -n "${ARCH_SHORTNAME}" + ${QUIET}./static-stack-analyze.pl ${OBJDUMP} ${ARCH_SHORTNAME} ${OBJECTS} clean: arch_clean rm -f build/system.elf -- cgit v1.2.3