Makefile (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) Makefile (7a96b6ea90a439f73e42b640eef2386c2c644570)
1# SPDX-License-Identifier: GPL-2.0
2#
3# for USB OTG silicon based on Mentor Graphics INVENTRA designs
4#
5
6# define_trace.h needs to know how to find our header
7CFLAGS_musb_trace.o := -I$(src)
8

--- 11 unchanged lines hidden (view full) ---

20obj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o
21obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
22obj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o
23obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o
24obj-$(CONFIG_USB_MUSB_UX500) += ux500.o
25obj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o
26obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
27obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# for USB OTG silicon based on Mentor Graphics INVENTRA designs
4#
5
6# define_trace.h needs to know how to find our header
7CFLAGS_musb_trace.o := -I$(src)
8

--- 11 unchanged lines hidden (view full) ---

20obj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o
21obj-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
22obj-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o
23obj-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o
24obj-$(CONFIG_USB_MUSB_UX500) += ux500.o
25obj-$(CONFIG_USB_MUSB_JZ4740) += jz4740.o
26obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
27obj-$(CONFIG_USB_MUSB_MEDIATEK) += mediatek.o
28obj-$(CONFIG_USB_MUSB_POLARFIRE_SOC) += mpfs.o
28
29# the kconfig must guarantee that only one of the
30# possible I/O schemes will be enabled at a time ...
31# PIO only, or DMA (several potential schemes).
32# though PIO is always there to back up DMA, and for ep0
33
34musb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o
35musb_hdrc-$(CONFIG_USB_TI_CPPI_DMA) += cppi_dma.o
36musb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o
37musb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o
38musb_hdrc-$(CONFIG_USB_TI_CPPI41_DMA) += musb_cppi41.o
29
30# the kconfig must guarantee that only one of the
31# possible I/O schemes will be enabled at a time ...
32# PIO only, or DMA (several potential schemes).
33# though PIO is always there to back up DMA, and for ep0
34
35musb_hdrc-$(CONFIG_USB_INVENTRA_DMA) += musbhsdma.o
36musb_hdrc-$(CONFIG_USB_TI_CPPI_DMA) += cppi_dma.o
37musb_hdrc-$(CONFIG_USB_TUSB_OMAP_DMA) += tusb6010_omap.o
38musb_hdrc-$(CONFIG_USB_UX500_DMA) += ux500_dma.o
39musb_hdrc-$(CONFIG_USB_TI_CPPI41_DMA) += musb_cppi41.o