]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/usb/mtu3/Makefile
Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[mirror_ubuntu-artful-kernel.git] / drivers / usb / mtu3 / Makefile
CommitLineData
d0ed062a
CY
1
2ccflags-$(CONFIG_USB_MTU3_DEBUG) += -DDEBUG
3
df2069ac 4obj-$(CONFIG_USB_MTU3) += mtu3.o
b3f4e727
CY
5
6mtu3-y := mtu3_plat.o
7
d0ed062a 8ifneq ($(filter y,$(CONFIG_USB_MTU3_HOST) $(CONFIG_USB_MTU3_DUAL_ROLE)),)
b3f4e727
CY
9 mtu3-y += mtu3_host.o
10endif
11
d0ed062a 12ifneq ($(filter y,$(CONFIG_USB_MTU3_GADGET) $(CONFIG_USB_MTU3_DUAL_ROLE)),)
b3f4e727
CY
13 mtu3-y += mtu3_core.o mtu3_gadget_ep0.o mtu3_gadget.o mtu3_qmu.o
14endif
d0ed062a
CY
15
16ifneq ($(CONFIG_USB_MTU3_DUAL_ROLE),)
17 mtu3-y += mtu3_dr.o
18endif