summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 08:43:22 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 08:43:22 +0000
commitc474e0590633eca1d8b3355106be7cfc2e1d92ef (patch)
tree81e11b8a9fa2edce5f33320c44e2fb3f15d86b89 /wctdm24xxp
parentc7936ab96a11a43bc47ce3de8ebe092419b61cd4 (diff)
Rename Makefile.kernel26 to Kbuild (in subdirectories alone):
* kernel 2.6 build system >= 2.6.9 will use this directly. * Kernels 2.6.0-2.6.8 will still use the legacy name 'Makefile'. * Also fix a typo in 1.4/wcte12xp/Makefile (already fixed in 1.2). * 1.4/wctc4xxp/Makefile should not include userspace targets in the Kbuild file - those have a different syntax. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3417 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/Kbuild (renamed from wctdm24xxp/Makefile.kernel26)0
-rw-r--r--wctdm24xxp/Makefile6
2 files changed, 4 insertions, 2 deletions
diff --git a/wctdm24xxp/Makefile.kernel26 b/wctdm24xxp/Kbuild
index eff3490..eff3490 100644
--- a/wctdm24xxp/Makefile.kernel26
+++ b/wctdm24xxp/Kbuild
diff --git a/wctdm24xxp/Makefile b/wctdm24xxp/Makefile
index 79a7d3c..24b1359 100644
--- a/wctdm24xxp/Makefile
+++ b/wctdm24xxp/Makefile
@@ -1,6 +1,8 @@
ifneq ($(KBUILD_EXTMOD),)
-
-include $(src)/Makefile.kernel26
+# We only get here on kernels 2.6.0-2.6.8 .
+# For newer kernels, Kbuild will be included directly by the kernel
+# build system.
+include $(src)/Kbuild
else