]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/usbip/Makefile
Staging: USB/IP: add common functions needed
[linux-2.6-omap-h63xx.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 ifeq ($(CONFIG_USB_DEBUG),y)
5         EXTRA_CFLAGS += -DDEBUG
6 endif