]> Git Repo - linux.git/blob - drivers/usb/usbip/Makefile
iptables: use match, target and data copy_to_user helpers
[linux.git] / drivers / usb / usbip / Makefile
1 ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
2
3 obj-$(CONFIG_USBIP_CORE) += usbip-core.o
4 usbip-core-y := usbip_common.o usbip_event.o
5
6 obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
7 vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
8
9 obj-$(CONFIG_USBIP_HOST) += usbip-host.o
10 usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
11
12 obj-$(CONFIG_USBIP_VUDC) += usbip-vudc.o
13 usbip-vudc-y := vudc_dev.o vudc_sysfs.o vudc_tx.o vudc_rx.o vudc_transfer.o vudc_main.o
This page took 0.033812 seconds and 4 git commands to generate.