summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-07 13:12:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-07 13:12:13 +0100
commit00205e4996df209dc43664af7c171d34c2e97cda (patch)
tree973fce7058b2ef2d3228471a01a191e0fd5f308a /Makefile
parent32f50fd665992f43e099fe195f94153100bf1574 (diff)
use custom stack analyzer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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