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

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)