Staging: USB/IP: add common functions needed
[safe/jmp/linux-2.6] / 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 ifeq ($(CONFIG_USB_DEBUG),y)
5         EXTRA_CFLAGS += -DDEBUG
6 endif