Merge branch 'for-linus' into next
[deliverable/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 rcar2.o rcar3.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.03257 seconds and 6 git commands to generate.