summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.kernel264
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.kernel26 b/Makefile.kernel26
index f119368..0801515 100644
--- a/Makefile.kernel26
+++ b/Makefile.kernel26
@@ -1,8 +1,8 @@
obj-m := $(MODULESO)
obj-m += wct4xxp/ wctc4xxp/
-# Also build xpp in the subdirectory xpp/ . But only for >=2.6.10 and only
-# for i386. On other archs the module will probably build but panic.
+# Also build xpp in the subdirectory xpp/ . But only for >=2.6.9 and only
+# for i386. On other arches the module will probably build but panic.
ifneq (,$(shell [ 0$(SUBLEVEL) -ge 8 ] && [ "$(ARCH)" = 'i386' ] && echo 1))
obj-m += xpp/