]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/usb/chipidea/Makefile
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
[mirror_ubuntu-focal-kernel.git] / drivers / usb / chipidea / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
bc25a80d
AS
2obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o
3
a930d8bd 4ci_hdrc-y := core.o otg.o debug.o ulpi.o
e443b333 5ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o
eb70e5ab 6ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST) += host.o
57677be5 7ci_hdrc-$(CONFIG_USB_OTG_FSM) += otg_fsm.o
bc25a80d 8
b2006d91
FB
9# Glue/Bridge layers go here
10
10a062ce 11obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_usb2.o
8e22978c 12obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_msm.o
7b92e1dd 13obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_zevio.o
b2006d91 14
d728189d 15obj-$(CONFIG_USB_CHIPIDEA_PCI) += ci_hdrc_pci.o
bc25a80d 16
d728189d 17obj-$(CONFIG_USB_CHIPIDEA_OF) += usbmisc_imx.o ci_hdrc_imx.o
dfebb5f4 18obj-$(CONFIG_USB_CHIPIDEA_OF) += ci_hdrc_tegra.o