From 71845b28246756edcdb124696003ca8c41bddf97 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 2 Apr 2012 13:58:03 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10617 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/Makefile | 6 ------ drivers/dahdi/voicebus/Makefile | 6 ------ drivers/dahdi/wcb4xxp/Makefile | 7 ------- drivers/dahdi/wct4xxp/Makefile | 8 -------- drivers/dahdi/wctc4xxp/Makefile | 7 ------- drivers/dahdi/wctdm24xxp/Makefile | 6 ------ drivers/dahdi/wcte12xp/Makefile | 6 ------ 7 files changed, 46 deletions(-) delete mode 100644 drivers/dahdi/Makefile delete mode 100644 drivers/dahdi/voicebus/Makefile delete mode 100644 drivers/dahdi/wcb4xxp/Makefile delete mode 100644 drivers/dahdi/wct4xxp/Makefile delete mode 100644 drivers/dahdi/wctc4xxp/Makefile delete mode 100644 drivers/dahdi/wctdm24xxp/Makefile delete mode 100644 drivers/dahdi/wcte12xp/Makefile 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 -- cgit v1.2.3