Makefile 425 B

123456789101112
  1. #
  2. # USB peripheral controller drivers
  3. #
  4. subdir-ccflags-$(CONFIG_USB_GADGET_DEBUG) := -DDEBUG
  5. subdir-ccflags-$(CONFIG_USB_GADGET_VERBOSE) += -DVERBOSE_DEBUG
  6. ccflags-y += -I$(srctree)/drivers/usb/gadget/udc
  7. obj-$(CONFIG_USB_LIBCOMPOSITE) += libcomposite.o
  8. libcomposite-y := usbstring.o config.o epautoconf.o
  9. libcomposite-y += composite.o functions.o configfs.o u_f.o
  10. obj-$(CONFIG_USB_GADGET) += udc/ function/ legacy/