aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2014-08-07 11:06:26 +0100
committerPeter Griffin <peter.griffin@linaro.org>2014-08-07 11:12:30 +0100
commit2a729f6354470477c9750a94551ae913bc770fd6 (patch)
treeba38d868ab101603847c6a4995db287f02a7b27b
parent5d2af0d7f4a7de446176f4443e0124da69a6997c (diff)
Makefile: Add / change HCD_ST optionehci-ohci-rebase
-rw-r--r--drivers/usb/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index af0b81dc49ae..df7e5aca68a9 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -74,4 +74,4 @@ obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o
obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o
obj-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o
obj-$(CONFIG_USB_MAX3421_HCD) += max3421-hcd.o
-obj-$(CONFIG_USB_HCD_ST) += st-hcd.o
+obj-$(CONFIG_USB_HCD_ST) += ehci-st.o ohci-st.o