blob: a8279aac6a4a32e4f35652de5696fa7aaadf38c6 [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
5ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o
Alexander Shishkinbc25a802012-05-11 17:25:45 +03006
7ifneq ($(CONFIG_PCI),)
8 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o
9endif
10
11ifneq ($(CONFIG_ARCH_MSM),)
12 obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o
13endif