Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7af4cc3fa158ff1dda6e7451c7e6afa6b0bb85cb
/
.
/
net
/
unix
/
Makefile
blob: b852a2bde9a8f03b7a5f3615024b0ed02774f98c [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#
2
# Makefile for the Linux unix domain socket layer.
3
#
4
5
obj
-
$
(
CONFIG_UNIX
)
+=
unix
.
o
6
7
unix
-
y
:=
af_unix
.
o garbage
.
o
8
unix
-
$
(
CONFIG_SYSCTL
)
+=
sysctl_net_unix
.
o