Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[deliverable/linux.git] / net / unix / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux unix domain socket layer.
3#
4
5obj-$(CONFIG_UNIX) += unix.o
6
7unix-y := af_unix.o garbage.o
8unix-$(CONFIG_SYSCTL) += sysctl_net_unix.o
5d531aaa
PE
9
10obj-$(CONFIG_UNIX_DIAG) += unix_diag.o
11unix_diag-y := diag.o
This page took 0.660154 seconds and 5 git commands to generate.