]> Git Repo - linux.git/blob - drivers/usb/renesas_usbhs/Makefile
drm/i915: Disable self-refresh for untiled fbs on i915gm
[linux.git] / drivers / usb / renesas_usbhs / Makefile
1 #
2 # for Renesas USB
3 #
4
5 obj-$(CONFIG_USB_RENESAS_USBHS) += renesas_usbhs.o
6
7 renesas_usbhs-y                 := common.o mod.o pipe.o fifo.o
8
9 ifneq ($(CONFIG_USB_RENESAS_USBHS_HCD),)
10         renesas_usbhs-y         += mod_host.o
11 endif
12
13 ifneq ($(CONFIG_USB_RENESAS_USBHS_UDC),)
14         renesas_usbhs-y         += mod_gadget.o
15 endif
This page took 0.039163 seconds and 4 git commands to generate.