summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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