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
-  Lines: 11
-  Date:
Thu May 13 14:32:06 1999
-  Orig file: 
v2.3.0/linux/drivers/usb/Makefile
-  Orig date: 
Mon May 10 10:18:34 1999
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)