summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-08 15:19:15 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-08 15:19:15 +0000
commitc54804d9fd936dd3ce957e32445b35ab8199902b (patch)
treef7ff8e9cf57a823107232e30e1af88740e8a5e10 /Makefile
parent2a18f0d45900c2895f7f6b04c957291abeb6dced (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@ $^