diff options
author | Neil Horman <nhorman@tuxdriver.com> | 2009-03-11 05:53:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-13 15:09:29 -0400 |
commit | 273ae44b9cb9443e0b5265cdc99f127ddb95c8db (patch) | |
tree | 88f3aa4ceb38700451b3f95d8be789e2624992da /include/linux/Kbuild | |
parent | 9a8afc8d3962f3ed26fd6b56db34133860ed1e72 (diff) |
Network Drop Monitor: Adding Build changes to enable drop monitor
Network Drop Monitor: Adding Build changes to enable drop monitor
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
include/linux/Kbuild | 1 +
net/Kconfig | 11 +++++++++++
net/core/Makefile | 1 +
3 files changed, 13 insertions(+)
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 106c3ba50844..e9581fd9fb66 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -115,6 +115,7 @@ header-y += mqueue.h | |||
115 | header-y += mtio.h | 115 | header-y += mtio.h |
116 | header-y += ncp_no.h | 116 | header-y += ncp_no.h |
117 | header-y += neighbour.h | 117 | header-y += neighbour.h |
118 | header-y += net_dropmon.h | ||
118 | header-y += netfilter_arp.h | 119 | header-y += netfilter_arp.h |
119 | header-y += netrom.h | 120 | header-y += netrom.h |
120 | header-y += nfs2.h | 121 | header-y += nfs2.h |