summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcte12xp/Makefile')
-rw-r--r--drivers/dahdi/wcte12xp/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/dahdi/wcte12xp/Makefile b/drivers/dahdi/wcte12xp/Makefile
index fb0fbc5..56453cb 100644
--- a/drivers/dahdi/wcte12xp/Makefile
+++ b/drivers/dahdi/wcte12xp/Makefile
@@ -3,23 +3,4 @@ ifneq ($(KBUILD_EXTMOD),)
# For newer kernels, Kbuild will be included directly by the kernel
# build system.
include $(src)/Kbuild
-
-else
-
-# building for 2.4 kernels means no VPM support, so none of the VPM support
-# modules are included in the Makefile rules
-
-all: wcte12xp.o
-
-%.o: %.c
- $(CC) $(KFLAGS) -o $@ -c $<
-
-base.o: ../zaptel.h
-
-wcte12xp.o: base.o
- $(LD) -r -o $@ $^
-
-clean:
- rm -f *.o
-
endif