blob: cc3493769724352bdb6684cd6759a3681f6af48c [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
8ifneq ($(CONFIG_PCI),)
9 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
10endif
11
12ifneq ($(CONFIG_ARCH_MSM),)
13 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o
14endif