dm-crypt: use __bio_add_page to add single page to clone bio
[linux-block.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
c6382918 10unix-$(CONFIG_BPF_SYSCALL) += unix_bpf.o
5d531aaa
PE
11
12obj-$(CONFIG_UNIX_DIAG) += unix_diag.o
13unix_diag-y := diag.o
f4e65870
JA
14
15obj-$(CONFIG_UNIX_SCM) += scm.o