Commit 9d74f116 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB Makefile bug fix

fixed problem with UHCI_HCD drivers set to 'y' were not causing the build
to go into the drivers/usb/host directory.
parent 1b5a7980
...@@ -13,6 +13,8 @@ subdir-$(CONFIG_USB_EHCI_HCD) += host ...@@ -13,6 +13,8 @@ subdir-$(CONFIG_USB_EHCI_HCD) += host
subdir-$(CONFIG_USB_OHCI_HCD) += host subdir-$(CONFIG_USB_OHCI_HCD) += host
subdir-$(CONFIG_USB_OHCI) += host subdir-$(CONFIG_USB_OHCI) += host
subdir-$(CONFIG_USB_UHCI_ALT) += 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_UHCI) += host
subdir-$(CONFIG_USB_ACM) += class subdir-$(CONFIG_USB_ACM) += class
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment