]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/usb/otg/Makefile
208167856529f26225807cd7edea4fb29a3640e9
[net-next-2.6.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_NOP_USB_XCEIV)     += nop-usb-xceiv.o
13
14 ccflags-$(CONFIG_USB_DEBUG)     += -DDEBUG
15 ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
16