------_=_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">
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/