patch-2.3.34 linux/drivers/usb/Makefile
Next file: linux/drivers/usb/README.URB
Previous file: linux/drivers/usb/Config.in
Back to the patch index
Back to the overall index
- Lines: 53
- Date:
Thu Dec 16 01:27:41 1999
- Orig file:
v2.3.33/linux/drivers/usb/Makefile
- Orig date:
Wed Dec 8 14:11:27 1999
diff -u --recursive --new-file v2.3.33/linux/drivers/usb/Makefile linux/drivers/usb/Makefile
@@ -40,20 +40,12 @@
MI_OBJS += uhci.o uhci-debug.o
endif
-ifeq ($(CONFIG_USB_OHCI),y)
- L_OBJS += ohci.o ohci-debug.o
-endif
-ifeq ($(CONFIG_USB_OHCI),m)
- M_OBJS += usb-ohci.o
- MI_OBJS += ohci.o ohci-debug.o
-endif
-
ifeq ($(CONFIG_USB_OHCI_HCD),y)
- L_OBJS += ohci-hcd.o ohci-root-hub.o
+ L_OBJS += ohci-hcd.o
endif
ifeq ($(CONFIG_USB_OHCI_HCD),m)
M_OBJS += usb-ohci-hcd.o
- MI_OBJS += ohci-hcd.o ohci-root-hub.o
+ MI_OBJS += ohci-hcd.o
endif
ifeq ($(CONFIG_USB_MOUSE),y)
@@ -172,6 +164,15 @@
MI_OBJS += uss720.o
endif
+ifeq ($(CONFIG_USB_DABUSB),y)
+ L_OBJS += dabusb.o
+endif
+
+ifeq ($(CONFIG_USB_DABUSB),m)
+ M_OBJS += dabusb.o
+ MI_OBJS += dabusb.o
+endif
+
include $(TOPDIR)/Rules.make
keymap.o: keymap.c
@@ -197,11 +198,8 @@
usb-uhci.o: uhci.o uhci-debug.o
$(LD) $(LD_RFLAG) -r -o $@ uhci.o uhci-debug.o
-usb-ohci.o: ohci.o ohci-debug.o
- $(LD) $(LD_RFLAG) -r -o $@ ohci.o ohci-debug.o
-
-usb-ohci-hcd.o: ohci-hcd.o ohci-root-hub.o
- $(LD) $(LD_RFLAG) -r -o $@ ohci-hcd.o ohci-root-hub.o
+usb-ohci-hcd.o: ohci-hcd.o
+ $(LD) $(LD_RFLAG) -r -o $@ ohci-hcd.o
ifeq ($(CONFIG_USB_PROC),y)
usbcore.o: usb.o usb-debug.o usb-core.o proc_usb.o hub.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)