Skip to content

Commit

Permalink
unix_diag: Write it into kbuild
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Emelyanov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
xemul authored and davem330 committed Dec 16, 2011
1 parent cbf3919 commit 5d531aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net/unix/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 3 additions & 0 deletions net/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d531aa

Please sign in to comment.