Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / drivers / usb / renesas_usbhs / Makefile
blobbc8aef4311a1c8a0675ac1e90cfa76a773279f83
2 # for Renesas USB
5 obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
7 renesas_usbhs-y := common.o mod.o pipe.o fifo.o
9 ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
10 renesas_usbhs-y += mod_host.o
11 endif
13 ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
14 renesas_usbhs-y += mod_gadget.o
15 endif