Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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