96c2737716
At this point, USB/IP kernel code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11 lines
331 B
Makefile
11 lines
331 B
Makefile
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
|