Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9
# SPDX-License-Identifier: GPL-2.0 obj-$([31mCONFIG_USB_BDC_UDC[0m) += bdc.o bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o ifneq ($([31mCONFIG_USB_GADGET_VERBOSE[0m),) bdc-y += bdc_dbg.o endif obj-$([31mCONFIG_USB_BDC_PCI[0m) += bdc_pci.o