bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / usb / gadget / udc / bdc / Makefile
blob5cf6a3bcdf0fa9b13bf5928c58b4bb55da1d004f
1 obj-$(CONFIG_USB_BDC_UDC) += bdc.o
2 bdc-y := bdc_core.o bdc_cmd.o bdc_ep.o bdc_udc.o
4 ifneq ($(CONFIG_USB_GADGET_VERBOSE),)
5 bdc-y += bdc_dbg.o
6 endif
8 obj-$(CONFIG_USB_BDC_PCI) += bdc_pci.o