blob: 5c66d9c330ca4fe3712a9c653e3ee69190347323 [file] [log] [blame]
Alexander Shishkinbc25a802012-05-11 17:25:45 +03001obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o
2
Alexander Shishkine443b332012-05-11 17:25:46 +03003ci_hdrc-y := core.o
4ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o
Alexander Shishkineb70e5a2012-05-11 17:25:54 +03005ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST) += host.o
Alexander Shishkine443b332012-05-11 17:25:46 +03006ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o
Alexander Shishkinbc25a802012-05-11 17:25:45 +03007
Felipe Balbib2006d92012-06-29 17:48:50 +08008# Glue/Bridge layers go here
9
10obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o
11
12# PCI doesn't provide stubs, need to check
Alexander Shishkinbc25a802012-05-11 17:25:45 +030013ifneq ($(CONFIG_PCI),)
14 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
15endif
16
Richard Zhao15302802012-07-07 22:56:48 +080017ifneq ($(CONFIG_OF_DEVICE),)
18 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_imx.o
19endif