]> Pileus Git - ~andy/linux/blob - drivers/staging/usbip/Makefile
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[~andy/linux] / drivers / staging / usbip / Makefile
1 obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
2 usbip_common_mod-objs := usbip_common.o usbip_event.o
3
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
6
7 obj-$(CONFIG_USB_IP_HOST) += usbip.o
8 usbip-objs := stub_dev.o stub_main.o stub_rx.o stub_tx.o
9
10 ifeq ($(CONFIG_USB_DEBUG),y)
11         EXTRA_CFLAGS += -DDEBUG
12 endif