summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--wct4xxp/Makefile4
-rw-r--r--wctc4xxp/Makefile4
-rw-r--r--wctdm24xxp/Makefile2
-rw-r--r--wcte12xp/Makefile2
-rw-r--r--xpp/Makefile2
6 files changed, 9 insertions, 9 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
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index d79e5bd..e1a2b83 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/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
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
diff --git a/wctdm24xxp/Makefile b/wctdm24xxp/Makefile
index 24b1359..9c4cd51 100644
--- a/wctdm24xxp/Makefile
+++ b/wctdm24xxp/Makefile
@@ -1,5 +1,5 @@
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
diff --git a/wcte12xp/Makefile b/wcte12xp/Makefile
index b92d0d0..fb0fbc5 100644
--- a/wcte12xp/Makefile
+++ b/wcte12xp/Makefile
@@ -1,5 +1,5 @@
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
diff --git a/xpp/Makefile b/xpp/Makefile
index bbd4abe..00fc5ee 100644
--- a/xpp/Makefile
+++ b/xpp/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