blob: b69900a62a4d5190cbe7ea2866d94a2e7ce7c58a [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