Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-next
[deliverable/linux.git] / drivers / usb / chipidea / Makefile
1 ccflags-$(CONFIG_USB_CHIPIDEA_DEBUG) := -DDEBUG
2
3 obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o
4
5 ci_hdrc-y := core.o otg.o
6 ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o
7 ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST) += host.o
8 ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o
9
10 # Glue/Bridge layers go here
11
12 obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_msm.o
13
14 # PCI doesn't provide stubs, need to check
15 ifneq ($(CONFIG_PCI),)
16 obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_pci.o
17 endif
18
19 ifneq ($(CONFIG_OF),)
20 obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_imx.o usbmisc_imx.o
21 endif
This page took 0.035079 seconds and 5 git commands to generate.