1# SPDX-License-Identifier: GPL-2.0
2# define_trace.h needs to know how to find our header
3CFLAGS_cdns2-trace.o		:= -I$(src)
4
5obj-$(CONFIG_USB_CDNS2_UDC)		+= cdns2-udc-pci.o
6cdns2-udc-pci-$(CONFIG_USB_CDNS2_UDC)	+= cdns2-pci.o cdns2-gadget.o cdns2-ep0.o
7cdns2-udc-pci-$(CONFIG_TRACING)	+= cdns2-trace.o
8