summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wctc4xxp/Makefile')
-rw-r--r--drivers/dahdi/wctc4xxp/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/dahdi/wctc4xxp/Makefile b/drivers/dahdi/wctc4xxp/Makefile
index cf5501f..866fdae 100644
--- a/drivers/dahdi/wctc4xxp/Makefile
+++ b/drivers/dahdi/wctc4xxp/Makefile
@@ -3,14 +3,5 @@ ifdef KBUILD_EXTMOD
# For newer kernels, Kbuild will be included directly by the kernel
# build system.
include $(src)/Kbuild
-
else
-
-tests: codec_test
-
-codec_test: codec_test.c ../../include/dahdi/kernel.h ../../include/dahdi/user.h
- $(CC) -o $@ $< $(CFLAGS)
-
-clean:
- rm -rf codec_test
endif