![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # for Renesas USB 0004 # 0005 0006 obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o 0007 0008 renesas_usbhs-y := common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o 0009 0010 ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),) 0011 renesas_usbhs-y += mod_host.o 0012 endif 0013 0014 ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),) 0015 renesas_usbhs-y += mod_gadget.o 0016 endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |