]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/usb/chipidea/Makefile
Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / drivers / usb / chipidea / Makefile
1 obj-$(CONFIG_USB_CHIPIDEA)              += ci_hdrc.o
2
3 ci_hdrc-y                               := core.o
4 ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC)      += udc.o
5 ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST)     += host.o
6 ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG)    += debug.o
7
8 ifneq ($(CONFIG_PCI),)
9         obj-$(CONFIG_USB_CHIPIDEA)      += ci13xxx_pci.o
10 endif
11
12 ifneq ($(CONFIG_ARCH_MSM),)
13         obj-$(CONFIG_USB_CHIPIDEA)      += ci13xxx_msm.o
14 endif