--- compile.sh 2004-11-08 13:39:03.000000000 -0500 +++ compile.sh.new 2005-01-15 22:02:52.465238776 -0500 @@ -37,7 +37,11 @@ rm -f *.o *.ko *.mod.c .*.cmd cd ${KERNEL} ; make V=1 M=${DIR} -make V=1 M=${DIR} modules_install -cd ${DIR} ; rm -f usb-serial.h *.o *.ko *.mod.c .*.cmd +# Comment out the following lines for gentoo compatability +# and add just one line to make the module. +make V=1 M=${DIR} +#make V=1 M=${DIR} modules_install + +#cd ${DIR} ; rm -f usb-serial.h *.o *.ko *.mod.c .*.cmd