Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78163
Collapse All | Expand All

(-)compile.sh (-2 / +6 lines)
Lines 37-43 Link Here
37
rm -f *.o *.ko *.mod.c .*.cmd
37
rm -f *.o *.ko *.mod.c .*.cmd
38
38
39
cd ${KERNEL} ; make V=1 M=${DIR}
39
cd ${KERNEL} ; make V=1 M=${DIR}
40
make V=1 M=${DIR} modules_install
41
40
42
cd ${DIR} ; rm -f usb-serial.h  *.o *.ko *.mod.c .*.cmd
41
# Comment out the following lines for gentoo compatability
42
# and add just one line to make the module.
43
make V=1 M=${DIR}
44
#make V=1 M=${DIR} modules_install
45
46
#cd ${DIR} ; rm -f usb-serial.h  *.o *.ko *.mod.c .*.cmd
43
47

Return to bug 78163