xref: /openbmc/linux/drivers/usb/gadget/udc/bdc/Makefile (revision 7766cafe)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2efed421aSAshwini Pahujaobj-$(CONFIG_USB_BDC_UDC)	+= bdc.o
3efed421aSAshwini Pahujabdc-y	:= bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
4efed421aSAshwini Pahuja
5efed421aSAshwini Pahujaifneq ($(CONFIG_USB_GADGET_VERBOSE),)
6efed421aSAshwini Pahuja	bdc-y			+= bdc_dbg.o
7efed421aSAshwini Pahujaendif
8