]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/usb/renesas_usbhs/Makefile
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
[mirror_ubuntu-focal-kernel.git] / drivers / usb / renesas_usbhs / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f1407d5c
KM
2#
3# for Renesas USB
4#
5
6obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
7
b69dce63 8renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o
2f98382d 9
951fe829
KM
10ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
11 renesas_usbhs-y += mod_host.o
12endif
13
14ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
15 renesas_usbhs-y += mod_gadget.o
16endif