]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/usb/gadget/udc/bdc/Makefile
Merge branch 'pm-opp'
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / gadget / udc / bdc / Makefile
1 obj-$(CONFIG_USB_BDC_UDC) += bdc.o
2 bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
3
4 ifneq ($(CONFIG_USB_GADGET_VERBOSE),)
5 bdc-y += bdc_dbg.o
6 endif
7
8 obj-$(CONFIG_USB_BDC_PCI) += bdc_pci.o