-If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module:
-# mv Module.symvers Module.symvers.notneeded
+
+Now you have 3 choices:
+
+
+
+# mv Module.symvers Module.symvers.notneeded
# make M=drivers/usb/serial
- |
-
-
+ |
+... to build the modules for all of usb serial.
+If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module.
+ |
+
+# make modules
+ |
+... to build all modules (takes a long time).
+ |
+
+
+# make driver/usb/serial/ftdi_sio.ko
+
+ |
+... to build just the ftdi_sio.ko module. However, this does not seem to be working always.
+ |
+
+Once you have the module: