summaryrefslogtreecommitdiff
path: root/wct4xxp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp/Makefile')
-rw-r--r--wct4xxp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/wct4xxp/Makefile b/wct4xxp/Makefile
index a5faf45..6d7faf0 100644
--- a/wct4xxp/Makefile
+++ b/wct4xxp/Makefile
@@ -1,6 +1,9 @@
ifneq ($(KBUILD_EXTMOD),)
-include $(src)/Makefile.kernel26
+# We only get here on kernels 2.6.0-2.6.8 .
+# For newer kernels, Kbuild will be included directly by the kernel
+# build system.
+-include $(src)/Kbuild
else