blob: aeb49a8ec4127185584ad286aacb0489bc3075f5 [file] [log] [blame]
Philipp Zabel6084f1b2008-11-24 12:00:01 -08001#
2# OTG infrastructure and transceiver drivers
3#
4
Tony Lindgren3cb22d62008-11-24 12:02:21 -08005# infrastructure
6obj-$(CONFIG_USB_OTG_UTILS) += otg.o
7
8# transceiver drivers
Philipp Zabel6084f1b2008-11-24 12:00:01 -08009obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
David Brownellb8da8672008-11-24 11:53:35 -080010obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
David Brownell9ebd9612008-12-18 12:25:44 -080011obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o
Ajay Kumar Guptaf6d92a02009-02-06 17:32:35 +053012obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o
Daniel Mack2d57a952009-10-15 17:09:35 +030013obj-$(CONFIG_USB_ULPI) += ulpi.o
David Brownellb8da8672008-11-24 11:53:35 -080014
Tony Lindgren3cb22d62008-11-24 12:02:21 -080015ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
16ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
David Brownellb8da8672008-11-24 11:53:35 -080017