/drivers/staging/usbip/Makefile
Makefile | 10 lines | 7 code | 3 blank | 0 comment | 0 complexity | 981df0415aef920592fd14e7c370e533 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1ccflags-$(CONFIG_USBIP_DEBUG) := -DDEBUG
2
3obj-$(CONFIG_USBIP_CORE) += usbip-core.o
4usbip-core-y := usbip_common.o usbip_event.o
5
6obj-$(CONFIG_USBIP_VHCI_HCD) += vhci-hcd.o
7vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
8
9obj-$(CONFIG_USBIP_HOST) += usbip-host.o
10usbip-host-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o