From c54804d9fd936dd3ce957e32445b35ab8199902b Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 8 Jun 2007 15:19:15 +0000 Subject: Make the checkstack target basically work for kernel 2.6. (It was totally broken) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2595 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3104d9c..5f3510c 100644 --- a/Makefile +++ b/Makefile @@ -305,8 +305,8 @@ fxotune: fxotune.o fxsdump: fxsdump.o $(CC) -o $@ $^ -lm -stackcheck: checkstack $(BUILDVER) - ./checkstack *.o +stackcheck: checkstack all + ./checkstack *.ko */*.ko ztdiag: ztdiag.o $(CC) -o $@ $^ -- cgit v1.2.3