Makefile 302 B

1234567891011121314
  1. #
  2. # OTG infrastructure and transceiver drivers
  3. #
  4. # infrastructure
  5. obj-$(CONFIG_USB_OTG_UTILS) += otg.o
  6. # transceiver drivers
  7. obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
  8. obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
  9. ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
  10. ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG