aboutsummaryrefslogtreecommitdiff
path: root/net/core/Makefile
diff options
context:
space:
mode:
authorNeil Horman <nhorman@tuxdriver.com>2009-03-11 09:48:26 +0000
committerDavid S. Miller <davem@davemloft.net>2009-03-13 12:09:27 -0700
commit4893d39e865b2897bf9fcd329697d37032d853a1 (patch)
tree04ba3529c2142651c6974a13f0f6c5654059b471 /net/core/Makefile
parent26ccfc37da21e6f02d5e805c38ca7551c16b2fe0 (diff)
Network Drop Monitor: Add trace declaration for skb frees
Signed-off-by: Neil Horman <nhorman@tuxdriver.com> include/trace/skb.h | 8 ++++++++ net/core/Makefile | 2 ++ net/core/net-traces.c | 29 +++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/Makefile')
-rw-r--r--net/core/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/Makefile b/net/core/Makefile
index 26a37cb31923..d47092bc525c 100644
--- a/net/core/Makefile
+++ b/net/core/Makefile
@@ -17,3 +17,5 @@ obj-$(CONFIG_NET_PKTGEN) += pktgen.o
obj-$(CONFIG_NETPOLL) += netpoll.o
obj-$(CONFIG_NET_DMA) += user_dma.o
obj-$(CONFIG_FIB_RULES) += fib_rules.o
+obj-$(CONFIG_TRACEPOINTS) += net-traces.o
+