Blame view

kernel/linux-rt-4.4.41/drivers/usb/gadget/udc/bdc/Makefile 191 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  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