summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@ $^