patch-2.3.1 linux/drivers/usb/Makefile

Next file: linux/drivers/usb/cpia.c
Previous file: linux/drivers/usb/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.0/linux/drivers/usb/Makefile linux/drivers/usb/Makefile
@@ -32,6 +32,10 @@
   USBX_OBJS += audio.o
 endif
 
+ifeq ($(CONFIG_USB_CPIA),y)
+  USBX_OBJS += cpia.o
+endif
+
 ifeq ($(CONFIG_USB), y)
   L_OBJS += $(USBX_OBJS)
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)