patch-2.3.17 linux/drivers/usb/Makefile
Next file: linux/drivers/usb/README.hp_scanner
Previous file: linux/drivers/usb/Config.in
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Wed Sep  1 15:31:47 1999
-  Orig file: 
v2.3.16/linux/drivers/usb/Makefile
-  Orig date: 
Thu Aug 26 13:05:39 1999
diff -u --recursive --new-file v2.3.16/linux/drivers/usb/Makefile linux/drivers/usb/Makefile
@@ -64,6 +64,14 @@
   MIX_OBJS += mouse.o
 endif
 
+ifeq ($(CONFIG_USB_HP_SCANNER),y)
+  L_OBJS += hp_scanner.o
+endif
+ifeq ($(CONFIG_USB_HP_SCANNER),m)
+  M_OBJS  +=hp_scanner.o
+  MIX_OBJS +=hp_scanner.o
+endif
+
 ifeq ($(CONFIG_USB_HUB),y)
   L_OBJS += hub.o
 endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)