]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/staging/usbip/Makefile
Staging: usbip: Makefile: cleaned up Makefile cflag lines
[net-next-2.6.git] / 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 ccflags-$(CONFIG_USB_IP_DEBUG_ENABLE) := -DDEBUG
11