Linux-libre 4.14.68-gnu
[librecmc/linux-libre.git] / drivers / usb / renesas_usbhs / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # for Renesas USB
4 #
5
6 obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
7
8 renesas_usbhs-y                 := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o
9
10 ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
11         renesas_usbhs-y         += mod_host.o
12 endif
13
14 ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
15         renesas_usbhs-y         += mod_gadget.o
16 endif