aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/hyperv/Makefile
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2018-03-16 15:44:28 -0700
committerDavid S. Miller <davem@davemloft.net>2018-03-17 20:10:27 -0400
commitec9663812f32c03e36c8c2ccc83e52dd5a7486d9 (patch)
tree07a44316a956f8124b43dea0abd3648e06a81cf1 /drivers/net/hyperv/Makefile
parenthv_netvsc: pass netvsc_device to rndis halt (diff)
downloadwireguard-linux-ec9663812f32c03e36c8c2ccc83e52dd5a7486d9.tar.xz
wireguard-linux-ec9663812f32c03e36c8c2ccc83e52dd5a7486d9.zip
hv_netvsc: add trace points
This adds tracepoints to the driver which has proved useful in debugging startup and shutdown race conditions. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/Makefile')
-rw-r--r--drivers/net/hyperv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hyperv/Makefile b/drivers/net/hyperv/Makefile
index c8a66827100c..3f25b9c8ea59 100644
--- a/drivers/net/hyperv/Makefile
+++ b/drivers/net/hyperv/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
-hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
+hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o