git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
191 B
Makefile
9 lines
191 B
Makefile
obj-$(CONFIG_USB_BDC_UDC) += bdc.o
|
|
bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
|
|
|
|
ifneq ($(CONFIG_USB_GADGET_VERBOSE),)
|
|
bdc-y += bdc_dbg.o
|
|
endif
|
|
|
|
obj-$(CONFIG_USB_BDC_PCI) += bdc_pci.o
|