summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/Makefile
blob: 7328cb9fcc89044b27e6e3c88f313a3d8ad76122 (plain)
1
2
3
4
5
obj-$(CONFIG_USB_CDNS3)		+= cdns3.o

cdns3-y				:= core.o
cdns3-$(CONFIG_USB_CDNS3_GADGET)	+= gadget.o
cdns3-$(CONFIG_USB_CDNS3_HOST)	+= host.o