Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux/fpc-iii.git] / drivers / usb / cdns3 / Makefile
blobd47e341a6f399a3fb519ce991ddddc7954dcd0a4
1 # SPDX-License-Identifier: GPL-2.0
2 # define_trace.h needs to know how to find our header
3 CFLAGS_trace.o := -I$(src)
5 cdns3-y := core.o drd.o
7 obj-$(CONFIG_USB_CDNS3) += cdns3.o
8 cdns3-$(CONFIG_USB_CDNS3_GADGET) += gadget.o ep0.o
10 ifneq ($(CONFIG_USB_CDNS3_GADGET),)
11 cdns3-$(CONFIG_TRACING) += trace.o
12 endif
14 cdns3-$(CONFIG_USB_CDNS3_HOST) += host.o
16 obj-$(CONFIG_USB_CDNS3_PCI_WRAP) += cdns3-pci-wrap.o
17 obj-$(CONFIG_USB_CDNS3_TI) += cdns3-ti.o
18 obj-$(CONFIG_USB_CDNS3_IMX) += cdns3-imx.o