GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / usbip / Makefile
blob6f2916b1807a6e538f8b0275251de0bb1afc05ab
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_IP_DEBUG_ENABLE),y)
11 EXTRA_CFLAGS += -DDEBUG
12 endif