Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « unix « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b852a2bde9a8f03b7a5f3615024b0ed02774f98c (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the Linux unix domain socket layer.
#

obj-$(CONFIG_UNIX)	+= unix.o

unix-y			:= af_unix.o garbage.o
unix-$(CONFIG_SYSCTL)	+= sysctl_net_unix.o