xref: /kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# for Renesas USB
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_RENESAS_USBHS)	+= renesas_usbhs.o
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_cirenesas_usbhs-y			:= common.o mod.o pipe.o fifo.o rcar2.o rcar3.o rza.o rza2.o
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
118c2ecf20Sopenharmony_ci	renesas_usbhs-y		+= mod_host.o
128c2ecf20Sopenharmony_ciendif
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
158c2ecf20Sopenharmony_ci	renesas_usbhs-y		+= mod_gadget.o
168c2ecf20Sopenharmony_ciendif
17

Indexes created Thu Nov 07 10:32:03 CST 2024