Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / usbip / Makefile
blob179f4211f96b04ab73eaf44bd0fd36d5afd832d7
1 obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
2 usbip_common_mod-objs := usbip_common.o usbip_event.o
4 obj-$(CONFIG_USB_IP_VHCI_HCD) += vhci-hcd.o
5 vhci-hcd-objs := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
7 obj-$(CONFIG_USB_IP_HOST) += usbip.o
8 usbip-objs := stub_dev.o stub_main.o stub_rx.o stub_tx.o
10 ifeq ($(CONFIG_USB_DEBUG),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif