blob: 6c58b36ca7cf13733be4a89aee84a13c96004480 [file] [log] [blame]
Philipp Zabel6084f1b2008-11-24 12:00:01 -08001#
2# OTG infrastructure and transceiver drivers
3#
4
5obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
David Brownellb8da8672008-11-24 11:53:35 -08006obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
7
8ifeq ($(CONFIG_USB_DEBUG),y)
9EXTRA_CFLAGS += -DDEBUG
10else ifeq ($(CONFIG_USB_GADGET_DEBUG),y)
11EXTRA_CFLAGS += -DDEBUG
12endif
13