Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / usb / renesas_usbhs / Makefile
blob5c5b51bb48efefa778a71b5ee1f0ad82a3bd91fa
1 # SPDX-License-Identifier: GPL-2.0
3 # for Renesas USB
6 obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
8 renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o
10 ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
11 renesas_usbhs-y += mod_host.o
12 endif
14 ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
15 renesas_usbhs-y += mod_gadget.o
16 endif