summaryrefslogtreecommitdiff
path: root/wctc4xxp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-27 23:10:09 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-27 23:10:09 +0000
commit7b327e36fec2f171988306e7bc72b4c1ac22e5ce (patch)
tree9246b6eeaf85de5be91e558230c0b24e151d0f24 /wctc4xxp
parent179d748d47dd14a2af27aea5f435a551314c72a9 (diff)
* Include Kbuild from $(src).
* This is up to 2.6.9, not 2.6.8. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3748 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctc4xxp')
-rw-r--r--wctc4xxp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wctc4xxp/Makefile b/wctc4xxp/Makefile
index 6840157..725abc4 100644
--- a/wctc4xxp/Makefile
+++ b/wctc4xxp/Makefile
@@ -1,8 +1,8 @@
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 $(obj)/Kbuild
+include $(src)/Kbuild
else