]> Git Repo - J-linux.git/blob - drivers/usb/renesas_usbhs/Makefile
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.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 rza.o rza2.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
This page took 0.039119 seconds and 4 git commands to generate.