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
td>
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-10 14:39:08 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-10 14:39:08 -0800
commitaca9fa0c8d225b1446dbed798b1d2f20e37e52cf (patch)
treecf8d9f70ca376665da6b83eaae382ac0218395fc /drivers/usb/host/ssb-hcd.c
parentfc6f41ba8b2e705f91324db158c3cc28209a15b1 (diff)
parentbbb27fc33d44e7b8d96369810654df4ee1837566 (diff)
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Pull i2c bugfixes from Wolfram Sang: "Two bugfixes (proper IO mapping and use of mutex) for a driver feature we introduced in this cycle" * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: piix4: Request the SMBUS semaphore inside the mutex i2c: piix4: Fix request_region size
Diffstat (limited to 'drivers/usb/host/ssb-hcd.c')