]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/usb/otg/Makefile
USB: otg: sharable otg transceiver ops
[linux-2.6-omap-h63xx.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