X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2FMakefile;h=a574ca06cf6b9694a387e9cd3f9b9a659b7df8ee;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=b1146b80cc60b387926be4ad0943adb1966d87f6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index b1146b80c..a574ca06c 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -6,5 +6,5 @@ obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o obj-$(CONFIG_USB_OHCI_HCD) += ohci-hcd.o obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o - -obj-$(CONFIG_USB_SL811HS) += hc_sl811.o +obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o +obj-$(CONFIG_ETRAX_ARCH_V10) += hc_crisv10.o