Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.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
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