Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux/fpc-iii.git] / drivers / usb / renesas_usbhs / Makefile
bloba1fed56b0957991306dba0ee8d066d43493d67aa
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 rza2.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