From: Ian Abbott Date: Tue, 27 Jan 2009 15:11:28 +0000 (+0000) Subject: Replace occurrences of .o with .ko . X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=400a9243cdb0adf6518c9d3f26afbb55f568e851;p=comedi.git Replace occurrences of .o with .ko . --- diff --git a/INSTALL b/INSTALL index fb3de40d..6d9c935c 100644 --- 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/<>/comedi/comedi.o - /lib/modules/<>/comedi/kcomedilib.o - /lib/modules/<>/comedi/<>.o + /lib/modules/<>/comedi/comedi.ko + /lib/modules/<>/comedi/kcomedilib.ko + /lib/modules/<>/comedi/<>.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 <> 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.