Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-block.git] / drivers / usb / usbip / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
64e62426 2ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
981f30cc 3
64e62426 4obj-$(CONFIG_USBIP_CORE) += usbip-core.o
5usbip-core-y := usbip_common.o usbip_event.o
05a1f28e 6
64e62426 7obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
07790a1f 8vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
04679b34 9
64e62426 10obj-$(CONFIG_USBIP_HOST) += usbip-host.o
11usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
9360575c
IK
12
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