Re: Doubt on insmod

Gilbert, Douglas (douglas.gilbert@rbcds.com)
Tue, 20 Apr 1999 09:45:21 -0400


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BE8B34.093F6734
Content-Type: text/plain;
charset="ISO-8859-1"

If you are using versioning on your modules then a
'make mrproper' at the start of your kernel build
process may be in order. N.B. Take a copy of your
'.config' file before doing 'make mrproper' cause
it zaps it. A sequence like this may help:
cd /usr/src/linux; mv .config .. ; make mrproper;
mv ../.config . ; make xconfig ; [as normal ...]

Doug Gilbert

------_=_NextPart_001_01BE8B34.093F6734
Content-Type: text/html;
charset="ISO-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Re: Doubt on insmod

If you are using versioning on your modules then a
'make mrproper' at the start of your kernel build
process may be in order. N.B. Take a copy of your
'.config' file before doing 'make mrproper' cause
it zaps it. A sequence like this may help:
cd /usr/src/linux; mv .config .. ; make mrproper;
mv ../.config . ; make xconfig ; [as normal ...]

Doug Gilbert

------_=_NextPart_001_01BE8B34.093F6734--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/