summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--scripts/checkstack.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e133b01b69cd..ac61549fa9b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1082,7 +1082,7 @@ endif #ifeq ($(mixed-targets),1)
.PHONY: checkstack
checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
- $(PERL) scripts/checkstack.pl $(ARCH)
+ $(PERL) $(src)/scripts/checkstack.pl $(ARCH)
# FIXME Should go into a make.lib or something
# ===========================================================================
diff --git a/scripts/checkstack.pl b/scripts/checkstack.pl
index 4f212358dbbb..7d33f0a42a37 100644
--- a/scripts/checkstack.pl
+++ b/scripts/checkstack.pl
@@ -13,7 +13,7 @@
# M68k port by Geert Uytterhoeven and Andreas Schwab
#
# Usage:
-# objdump -d vmlinux | stackcheck_ppc.pl [arch]
+# objdump -d vmlinux | stackcheck.pl [arch]
#
# TODO : Port to all architectures (one regex per arch)