]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - net/unix/Makefile
module: Fix livepatch/ftrace module text permissions race
[thirdparty/kernel/stable.git] / net / unix / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
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
5d531aaa
PE
10
11obj-$(CONFIG_UNIX_DIAG) += unix_diag.o
12unix_diag-y := diag.o
f4e65870
JA
13
14obj-$(CONFIG_UNIX_SCM) += scm.o