Replace occurrences of <module>.o with <module>.ko .
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Jan 2009 15:11:28 +0000 (15:11 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 27 Jan 2009 15:11:28 +0000 (15:11 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index fb3de40d3c524998e37cc93aeb3f1d3a991d443f..6d9c935cce668bd8f58392110deb6ba2a62d604a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -73,9 +73,9 @@ log, it is impossible to find problems.
 
 Install using 'make install' as root.  This installs the files:
 
-  /lib/modules/<<kernel version>>/comedi/comedi.o
-  /lib/modules/<<kernel version>>/comedi/kcomedilib.o
-  /lib/modules/<<kernel version>>/comedi/<<driver files>>.o
+  /lib/modules/<<kernel version>>/comedi/comedi.ko
+  /lib/modules/<<kernel version>>/comedi/kcomedilib.ko
+  /lib/modules/<<kernel version>>/comedi/<<driver files>>.ko
 
 Comedi communicates with userspace via device files (/dev/comedi*).
 If you have devices which are able to auto-configure themselves and
@@ -111,7 +111,7 @@ be loaded into the kernel.  This is done by a command similar to
   /sbin/modprobe <<driver>>
 
 If your module dependencies are set up correctly, this will load
-both comedi.o and your driver.  If you get unresolved symbols, check
+both comedi.ko and your driver.  If you get unresolved symbols, check
 the FAQ or the mailing list archives.  Also look at the man pages
 for modprobe and insmod.