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