]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/usb/otg/Makefile
6c58b36ca7cf13733be4a89aee84a13c96004480
[linux-2.6-omap-h63xx.git] / drivers / usb / otg / Makefile
1 #
2 # OTG infrastructure and transceiver drivers
3 #
4
5 obj-$(CONFIG_USB_GPIO_VBUS)     += gpio_vbus.o
6 obj-$(CONFIG_ISP1301_OMAP)      += isp1301_omap.o
7
8 ifeq ($(CONFIG_USB_DEBUG),y)
9 EXTRA_CFLAGS += -DDEBUG
10 else ifeq ($(CONFIG_USB_GADGET_DEBUG),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif
13