]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/staging/usbip/Makefile
gma500: enable GEM mmap
[mirror_ubuntu-focal-kernel.git] / drivers / staging / usbip / Makefile
CommitLineData
05a1f28e 1obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
07790a1f 2usbip_common_mod-y := usbip_common.o usbip_event.o
05a1f28e 3
04679b34 4obj-$(CONFIG_USB_IP_VHCI_HCD) += vhci-hcd.o
07790a1f 5vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
04679b34 6
4d7b5c7f 7obj-$(CONFIG_USB_IP_HOST) += usbip.o
07790a1f 8usbip-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
4d7b5c7f 9
6236709a
TD
10ccflags-$(CONFIG_USB_IP_DEBUG_ENABLE) := -DDEBUG
11