summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 93d89ca..0f01537 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,9 @@
#
ifneq ($(KBUILD_EXTMOD),)
-# We only get in here if we're from kernel 2.6 <= 2.6.8 and going through
+# We only get in here if we're from kernel 2.6 <= 2.6.9 and going through
# Kbuild. Later versions will include Kbuild instead of Makefile.
-include Kbuild
+include $(src)/Kbuild
else