summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-28 15:56:24 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-28 15:56:24 +0000
commit7dc9b88fd9a781426b6cac247114e5792903a23b (patch)
treeda7985d67f97bb0399454f45dac25d5c6ed63920
parente114a5c150e805acf54adbffd98be9ac2f808b6b (diff)
minor cleanups
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3753 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wct4xxp/Makefile4
-rw-r--r--wctc4xxp/Makefile4
-rw-r--r--wctdm24xxp/Makefile4
-rw-r--r--wcte12xp/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index 6d7faf0..12b7f14 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -1,9 +1,9 @@
ifneq ($(KBUILD_EXTMOD),)
-# We only get here on kernels 2.6.0-2.6.8 .
+# 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
+include $(src)/Kbuild
else
diff --git a/wctc4xxp/Makefile b/wctc4xxp/Makefile
index da06c03..8236e46 100644
--- a/wctc4xxp/Makefile
+++ b/wctc4xxp/Makefile
@@ -1,7 +1,7 @@
-# We only get here on kernels 2.6.0-2.6.8 .
+# 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
+include $(src)/Kbuild
tests: codec_test
diff --git a/wctdm24xxp/Makefile b/wctdm24xxp/Makefile
index 442555a..677540b 100644
--- a/wctdm24xxp/Makefile
+++ b/wctdm24xxp/Makefile
@@ -1,4 +1,4 @@
-# We only get here on kernels 2.6.0-2.6.8 .
+# 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
+include $(src)/Kbuild
diff --git a/wcte12xp/Makefile b/wcte12xp/Makefile
index 442555a..677540b 100644
--- a/wcte12xp/Makefile
+++ b/wcte12xp/Makefile
@@ -1,4 +1,4 @@
-# We only get here on kernels 2.6.0-2.6.8 .
+# 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
+include $(src)/Kbuild