net: net_stat instrumented version of usb_drv

This commit is contained in:
Alexander Boettcher
2013-04-08 12:25:50 +02:00
committed by Norman Feske
parent 3ace475f2d
commit 901439211c
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,4 @@
LIBS += net-stat
CC_OPT += -DGENODE_NET_STAT
include $(REP_DIR)/lib/mk/platform_arndale/usb.mk

View File

@ -0,0 +1,4 @@
LIBS += net-stat
CC_OPT += -DGENODE_NET_STAT
include $(REP_DIR)/lib/mk/platform_panda/usb.mk