18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# define_trace.h needs to know how to find our header 38c2ecf20Sopenharmony_ciCFLAGS_trace.o := -I$(src) 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cicdns3-y := core.o drd.o 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CDNS3) += cdns3.o 88c2ecf20Sopenharmony_cicdns3-$(CONFIG_USB_CDNS3_GADGET) += gadget.o ep0.o 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciifneq ($(CONFIG_USB_CDNS3_GADGET),) 118c2ecf20Sopenharmony_cicdns3-$(CONFIG_TRACING) += trace.o 128c2ecf20Sopenharmony_ciendif 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_cicdns3-$(CONFIG_USB_CDNS3_HOST) += host.o 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CDNS3_PCI_WRAP) += cdns3-pci-wrap.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CDNS3_TI) += cdns3-ti.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_CDNS3_IMX) += cdns3-imx.o 19