]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] USB Makefile bug fix
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 21 May 2002 07:13:05 +0000 (00:13 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 21 May 2002 07:13:05 +0000 (00:13 -0700)
fixed problem with UHCI_HCD drivers set to 'y' were not causing the build
to go into the drivers/usb/host directory.

drivers/usb/Makefile

index a2da3280c904fc1b686c817c5dc58eaee893c4a9..c4549b871006458e2c4b59dc60b4a4dade465a1f 100644 (file)
@@ -9,16 +9,18 @@ mod-subdirs   := serial
 
 subdir-$(CONFIG_USB)           += core
 
-subdir-$(CONFIG_USB_EHCI_HCD)  += host
-subdir-$(CONFIG_USB_OHCI_HCD)  += host
-subdir-$(CONFIG_USB_OHCI)      += host
-subdir-$(CONFIG_USB_UHCI_ALT)  += host
-subdir-$(CONFIG_USB_UHCI)      += host
+subdir-$(CONFIG_USB_EHCI_HCD)          += host
+subdir-$(CONFIG_USB_OHCI_HCD)          += host
+subdir-$(CONFIG_USB_OHCI)              += host
+subdir-$(CONFIG_USB_UHCI_ALT)          += host
+subdir-$(CONFIG_USB_UHCI_HCD_ALT)      += host
+subdir-$(CONFIG_USB_UHCI_HCD)          += host
+subdir-$(CONFIG_USB_UHCI)              += host
 
-subdir-$(CONFIG_USB_ACM)       += class
-subdir-$(CONFIG_USB_AUDIO)     += class
+subdir-$(CONFIG_USB_ACM)               += class
+subdir-$(CONFIG_USB_AUDIO)             += class
 subdir-$(CONFIG_USB_BLUETOOTH_TTY)     += class
-subdir-$(CONFIG_USB_PRINTER)   += class
+subdir-$(CONFIG_USB_PRINTER)           += class
 
 subdir-$(CONFIG_USB_STORAGE)   += storage