xref: /linux/net/unix/Makefile (revision 62be257e986dab439537b3e1c19ef746a13e1860)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux unix domain socket layer.
4#
5
6obj-$(CONFIG_UNIX)	+= unix.o
7
8unix-y			:= af_unix.o garbage.o
9unix-$(CONFIG_SYSCTL)	+= sysctl_net_unix.o
10
11obj-$(CONFIG_UNIX_DIAG)	+= unix_diag.o
12unix_diag-y		:= diag.o
13
14obj-$(CONFIG_UNIX_SCM)	+= scm.o
15