summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Makefile
blob: e56bedbf9da247f5ea083c98767289cc7640802c (plain)
1
2
3
4
5
6
7
8
9
10
11
obj-$(CONFIG_USB_CHIPIDEA)		+= ci_hdrc.o

ci_hdrc-y				:= ci13xxx_udc.o

ifneq ($(CONFIG_PCI),)
	obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_pci.o
endif

ifneq ($(CONFIG_ARCH_MSM),)
	obj-$(CONFIG_USB_CHIPIDEA)	+= ci13xxx_msm.o
endif
OpenPOWER on IntegriCloud