patch-2.3.11 linux/drivers/usb/Makefile
Next file: linux/drivers/usb/acm.c
Previous file: linux/drivers/usb/Config.in
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Wed Jul 14 10:30:36 1999
-  Orig file: 
v2.3.10/linux/drivers/usb/Makefile
-  Orig date: 
Tue Jun  8 10:52:26 1999
diff -u --recursive --new-file v2.3.10/linux/drivers/usb/Makefile linux/drivers/usb/Makefile
@@ -116,6 +116,15 @@
   endif
 endif
 
+ifeq ($(CONFIG_USB_EZUSB),y)
+  L_OBJS += ezusb.o
+endif
+
+ifeq ($(CONFIG_USB_EZUSB),m)
+  M_OBJS += ezusb.o
+  MIX_OBJS += ezusb.o
+endif
+
 include $(TOPDIR)/Rules.make
 
 keymap.o: keymap.c
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)