From: David Schleef Date: Tue, 19 Dec 2000 16:06:15 +0000 (+0000) Subject: modprobe does not require .o X-Git-Tag: r0_7_54~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6b6bb66f5df32fe838192bce3b7927bceb5f6fb;p=comedi.git modprobe does not require .o --- diff --git a/INSTALL b/INSTALL index c780e83b..487e76a8 100644 --- a/INSTALL +++ b/INSTALL @@ -41,7 +41,7 @@ special files will be created: To use comedi, the driver module must be loaded into the kernel. In general, this is done by a command similar to - /sbin/modprobe <>.o + /sbin/modprobe <> If your module dependencies are set up correctly, this will load both comedi.o and your driver. See the man pages for modprobe