Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.0 8 lines 161 B view raw
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