Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
[deliverable/linux.git] / drivers / usb / otg / Makefile
1 #
2 # OTG infrastructure and transceiver drivers
3 #
4
5 ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
6 ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
7
8 # infrastructure
9 obj-$(CONFIG_USB_OTG_UTILS) += otg.o
10
11 # transceiver drivers
12 obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o
13 obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
14 obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o
15 obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o
16 obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o
17 obj-$(CONFIG_USB_ULPI) += ulpi.o
18 obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o
19 obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o
20 obj-$(CONFIG_AB8500_USB) += ab8500-usb.o
21 fsl_usb2_otg-objs := fsl_otg.o otg_fsm.o
22 obj-$(CONFIG_FSL_USB2_OTG) += fsl_usb2_otg.o
23 obj-$(CONFIG_USB_MV_OTG) += mv_otg.o
This page took 0.029948 seconds and 5 git commands to generate.