irqchip: sunxi: Make use of the IRQCHIP_DECLARE macro
[deliverable/linux.git] / drivers / usb / chipidea / Makefile
CommitLineData
388ed487
RZ
1ccflags-$(CONFIG_USB_CHIPIDEA_DEBUG) := -DDEBUG
2
bc25a80d
AS
3obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o
4
e443b333
AS
5ci_hdrc-y := core.o
6ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o
eb70e5ab 7ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST) += host.o
e443b333 8ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o
bc25a80d 9
b2006d91
FB
10# Glue/Bridge layers go here
11
12obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o
13
14# PCI doesn't provide stubs, need to check
bc25a80d
AS
15ifneq ($(CONFIG_PCI),)
16 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
17endif
18
15302800 19ifneq ($(CONFIG_OF_DEVICE),)
d142d6be 20 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_imx.o usbmisc_imx6q.o
15302800 21endif
This page took 0.101816 seconds and 5 git commands to generate.