summaryrefslogtreecommitdiff
path: root/drivers/usb/usbip/Makefile
blob: d843a9e688528c9436b8806888c9efb6d8d126a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG

obj-$(CONFIG_USBIP_CORE) += usbip-core.o
usbip-core-y := usbip_common.o usbip_event.o

obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o

obj-$(CONFIG_USBIP_HOST) += usbip-host.o
usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o

obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o
tr>committerNicholas Bellinger <nab@linux-iscsi.org>2017-02-08 10:51:24 -0800 commitb22bc27868e8c11fe3f00937a341b44f80b50364 (patch) tree8e12f041bfab895abb587d1fe16c84953329e0cd /drivers/usb/renesas_usbhs parent9b2792c3da1e80f2d460167d319302a24c9ca2b7 (diff)
ibmvscsis: Add SGL limit
This patch adds internal LIO sgl limit since the driver already sets a max transfer limit on transport layer of 1MB to the client. Cc: stable@vger.kernel.org Tested-by: Steven Royer <seroyer@linux.vnet.ibm.com> Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/usb/renesas_usbhs')