Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[sfrench/cifs-2.6.git] / drivers / usb / usbip / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
3
4 obj-$(CONFIG_USBIP_CORE) += usbip-core.o
5 usbip-core-y := usbip_common.o usbip_event.o
6
7 obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
8 vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
9
10 obj-$(CONFIG_USBIP_HOST) += usbip-host.o
11 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
12
13 obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
14 usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o