Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31
[pandora-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 obj-$(CONFIG_TWL4030_USB)       += twl4030-usb.o
12 obj-$(CONFIG_USB_LANGWELL_OTG)  += langwell_otg.o
13 obj-$(CONFIG_NOP_USB_XCEIV)     += nop-usb-xceiv.o
14
15 ccflags-$(CONFIG_USB_DEBUG)     += -DDEBUG
16 ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
17