]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/chipidea/Makefile
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
[karo-tx-linux.git] / drivers / usb / chipidea / Makefile
index 4113febdb4329d3ed803ab5194dfef63b8e93aba..6cf5f68dedd8d2c08e00e2ba7d9cf99cc65fafb0 100644 (file)
@@ -9,13 +9,13 @@ ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG)  += debug.o
 
 # Glue/Bridge layers go here
 
-obj-$(CONFIG_USB_CHIPIDEA)     += ci13xxx_msm.o
+obj-$(CONFIG_USB_CHIPIDEA)     += ci_hdrc_msm.o
 
 # PCI doesn't provide stubs, need to check
 ifneq ($(CONFIG_PCI),)
-       obj-$(CONFIG_USB_CHIPIDEA)      += ci13xxx_pci.o
+       obj-$(CONFIG_USB_CHIPIDEA)      += ci_hdrc_pci.o
 endif
 
 ifneq ($(CONFIG_OF),)
-       obj-$(CONFIG_USB_CHIPIDEA)      += ci13xxx_imx.o usbmisc_imx.o
+       obj-$(CONFIG_USB_CHIPIDEA)      += ci_hdrc_imx.o usbmisc_imx.o
 endif