summaryrefslogtreecommitdiff
path: root/wct4xxp
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 /wct4xxp
parente114a5c150e805acf54adbffd98be9ac2f808b6b (diff)
minor cleanups
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3753 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/Makefile4
1 files changed, 2 insertions, 2 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