blob: f4c8f38402622e4e7e6a3893b2cea9ffe15945eb [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
matt mooney64e62422011-05-11 22:33:44 -07002ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
matt mooney981f30c2011-05-11 01:54:13 -07003
matt mooney64e62422011-05-11 22:33:44 -07004obj-$(CONFIG_USBIP_CORE) += usbip-core.o
5usbip-core-y := usbip_common.o usbip_event.o
Takahiro Hirofuchi05a1f282008-07-09 14:56:51 -06006
matt mooney64e62422011-05-11 22:33:44 -07007obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
Tracey Dent07790a12010-10-07 20:01:49 -04008vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
Takahiro Hirofuchi04679b32008-07-09 14:56:51 -06009
matt mooney64e62422011-05-11 22:33:44 -070010obj-$(CONFIG_USBIP_HOST) += usbip-host.o
11usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
Igor Kotrasinski93605752016-03-08 21:49:07 +010012
13obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
14usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o