提交 5d531aaa 编写于 作者: P Pavel Emelyanov 提交者: David S. Miller

unix_diag: Write it into kbuild

Signed-off-by: NPavel Emelyanov <xemul@parallels.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 cbf39195
......@@ -19,3 +19,10 @@ config UNIX
Say Y unless you know what you are doing.
config UNIX_DIAG
tristate "UNIX: socket monitoring interface"
depends on UNIX
default UNIX
---help---
Support for UNIX socket monitoring interface used by the ss tool.
If unsure, say Y.
......@@ -6,3 +6,6 @@ obj-$(CONFIG_UNIX) += unix.o
unix-y := af_unix.o garbage.o
unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o
obj-$(CONFIG_UNIX_DIAG) += unix_diag.o
unix_diag-y := diag.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册