Philipp Zabel | 6084f1b | 2008-11-24 12:00:01 -0800 | [diff] [blame] | 1 | # |
| 2 | # OTG infrastructure and transceiver drivers |
| 3 | # |
| 4 | |
Tony Lindgren | 3cb22d6 | 2008-11-24 12:02:21 -0800 | [diff] [blame] | 5 | # infrastructure |
| 6 | obj-$(CONFIG_USB_OTG_UTILS) += otg.o |
| 7 | |
| 8 | # transceiver drivers |
Philipp Zabel | 6084f1b | 2008-11-24 12:00:01 -0800 | [diff] [blame] | 9 | obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o |
David Brownell | b8da867 | 2008-11-24 11:53:35 -0800 | [diff] [blame] | 10 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o |
David Brownell | 9ebd961 | 2008-12-18 12:25:44 -0800 | [diff] [blame^] | 11 | obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o |
David Brownell | b8da867 | 2008-11-24 11:53:35 -0800 | [diff] [blame] | 12 | |
Tony Lindgren | 3cb22d6 | 2008-11-24 12:02:21 -0800 | [diff] [blame] | 13 | ccflags-$(CONFIG_USB_DEBUG) += -DDEBUG |
| 14 | ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG |
David Brownell | b8da867 | 2008-11-24 11:53:35 -0800 | [diff] [blame] | 15 | |