projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Staging: USB/IP: add common functions needed
[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