]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/usb/otg/Makefile
7c80fc379e6a09085d21356602b8f04ec3e65616
[mirror_ubuntu-artful-kernel.git] / drivers / usb / otg / Makefile
1 #
2 # OTG infrastructure and transceiver drivers
3 #
4
5 # infrastructure
6 obj-$(CONFIG_USB_OTG_UTILS) += otg.o
7
8 # transceiver drivers
9 obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
10 obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
11
12 ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
13 ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
14