summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2012-04-02 13:58:03 +0000
committerShaun Ruffell <sruffell@digium.com>2012-04-02 13:58:03 +0000
commit71845b28246756edcdb124696003ca8c41bddf97 (patch)
treec92fcbdd018889294fed411047136bd544e8851f
parentebe4520a98b9c2dea5ee60e9316c5934daf16a36 (diff)
Remove Makefiles that are only needed on kernels < 2.6.9
Newer versions of kernel build system do not require these Makefiles and support for kernels older than 2.6.9 are no longer supported by DAHDI. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10617 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/Makefile6
-rw-r--r--drivers/dahdi/voicebus/Makefile6
-rw-r--r--drivers/dahdi/wcb4xxp/Makefile7
-rw-r--r--drivers/dahdi/wct4xxp/Makefile8
-rw-r--r--drivers/dahdi/wctc4xxp/Makefile7
-rw-r--r--drivers/dahdi/wctdm24xxp/Makefile6
-rw-r--r--drivers/dahdi/wcte12xp/Makefile6
7 files changed, 0 insertions, 46 deletions
diff --git a/drivers/dahdi/Makefile b/drivers/dahdi/Makefile
deleted file mode 100644
index aed8dfc..0000000
--- a/drivers/dahdi/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-endif
diff --git a/drivers/dahdi/voicebus/Makefile b/drivers/dahdi/voicebus/Makefile
deleted file mode 100644
index aed8dfc..0000000
--- a/drivers/dahdi/voicebus/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-endif
diff --git a/drivers/dahdi/wcb4xxp/Makefile b/drivers/dahdi/wcb4xxp/Makefile
deleted file mode 100644
index 866fdae..0000000
--- a/drivers/dahdi/wcb4xxp/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-else
-endif
diff --git a/drivers/dahdi/wct4xxp/Makefile b/drivers/dahdi/wct4xxp/Makefile
deleted file mode 100644
index baaab35..0000000
--- a/drivers/dahdi/wct4xxp/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-
-else
-endif
diff --git a/drivers/dahdi/wctc4xxp/Makefile b/drivers/dahdi/wctc4xxp/Makefile
deleted file mode 100644
index 866fdae..0000000
--- a/drivers/dahdi/wctc4xxp/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-else
-endif
diff --git a/drivers/dahdi/wctdm24xxp/Makefile b/drivers/dahdi/wctdm24xxp/Makefile
deleted file mode 100644
index aed8dfc..0000000
--- a/drivers/dahdi/wctdm24xxp/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-endif
diff --git a/drivers/dahdi/wcte12xp/Makefile b/drivers/dahdi/wcte12xp/Makefile
deleted file mode 100644
index aed8dfc..0000000
--- a/drivers/dahdi/wcte12xp/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-ifdef KBUILD_EXTMOD
-# We only get here on kernels 2.6.0-2.6.9 .
-# For newer kernels, Kbuild will be included directly by the kernel
-# build system.
-include $(src)/Kbuild
-endif