ux500: rework device registration
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / usb / otg / Makefile
blob66f1b83e4fa784e7bb1493bd3d52d5fd40dc7044
2 # OTG infrastructure and transceiver drivers
5 ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
6 ccflags-$(CONFIG_USB_GADGET_DEBUG) += -DDEBUG
8 # infrastructure
9 obj-$(CONFIG_USB_OTG_UTILS) += otg.o
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_USB_LANGWELL_OTG) += langwell_otg.o
16 obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o
17 obj-$(CONFIG_USB_ULPI) += ulpi.o