# SPDX-License-Identifier: GPL-2.0 # # for Renesas USB # obj-$([31mCONFIG_USB_RENESAS_USBHS[0m) += renesas_usbhs.o renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o ifneq ($([31mCONFIG_USB_RENESAS_USBHS_HCD[0m),) renesas_usbhs-y += mod_host.o endif ifneq ($([31mCONFIG_USB_RENESAS_USBHS_UDC[0m),) renesas_usbhs-y += mod_gadget.o endif |