xref: /linux/net/unix/Makefile (revision d524dac9279b6a41ffdf7ff7958c577f2e387db6)
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
9