From 1064d980be0f55af0eb6e52050aa6ee4b500c3d6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 2 Feb 2012 14:07:05 +0000 Subject: tools: checkstack.pl from Linux added to tools Added from Linux - commit 62aa2b537c6f5957afd98e29f96897419ed5ebab Signed-off-by: Tom Rini --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33136ffc1e..144613184b 100644 --- a/Makefile +++ b/Makefile @@ -523,6 +523,11 @@ TAG_SUBDIRS += include FIND := find FINDFLAGS := -L +checkstack: + $(CROSS_COMPILE)objdump -d $(obj)u-boot \ + `$(FIND) $(obj) -name u-boot-spl -print` | \ + perl $(src)tools/checkstack.pl $(ARCH) + tags ctags: ctags -w -o $(obj)ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ -name '*.[chS]' -print` -- cgit v1.2.1