Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tsc
[pandora-kernel.git] / drivers / staging / usbip / Makefile
1 obj-$(CONFIG_USB_IP_COMMON) += usbip_common_mod.o
2 usbip_common_mod-y := usbip_common.o usbip_event.o
3
4 obj-$(CONFIG_USB_IP_VHCI_HCD) += vhci-hcd.o
5 vhci-hcd-y := vhci_sysfs.o vhci_tx.o vhci_rx.o vhci_hcd.o
6
7 obj-$(CONFIG_USB_IP_HOST) += usbip.o
8 usbip-y := stub_dev.o stub_main.o stub_rx.o stub_tx.o
9
10 ccflags-$(CONFIG_USB_IP_DEBUG_ENABLE) := -DDEBUG
11