Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.17 12 lines 259 B view raw
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