unix_diag: Write it into kbuild

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Pavel Emelyanov
2011-12-15 02:46:50 +00:00
提交者 David S. Miller
父节点 cbf391958a
当前提交 5d531aaa64
修改 2 个文件,包含 10 行新增0 行删除

查看文件

@@ -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