summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/cdns2/Makefile
blob: a1ffbbe2e76893b760db301c4d70cd3a4dffb628 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0
# define_trace.h needs to know how to find our header
CFLAGS_cdns2-trace.o		:= -I$(src)

obj-$(CONFIG_USB_CDNS2_UDC)		+= cdns2-udc-pci.o
cdns2-udc-pci-$(CONFIG_USB_CDNS2_UDC)	+= cdns2-pci.o cdns2-gadget.o cdns2-ep0.o
cdns2-udc-pci-$(CONFIG_TRACING)	+= cdns2-trace.o