blob: d73c7cf5e2f789674492cf5c4bdf609fa1c58b06 [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
David Brownellb8da8672008-11-24 11:53:35 -080012
Tony Lindgren3cb22d62008-11-24 12:02:21 -080013ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG
14ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
David Brownellb8da8672008-11-24 11:53:35 -080015