diff options
Diffstat (limited to 'kernel/net/unix/Makefile')
-rw-r--r-- | kernel/net/unix/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel/net/unix/Makefile b/kernel/net/unix/Makefile new file mode 100644 index 000000000..b663c607b --- /dev/null +++ b/kernel/net/unix/Makefile @@ -0,0 +1,11 @@ +# +# 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 + +obj-$(CONFIG_UNIX_DIAG) += unix_diag.o +unix_diag-y := diag.o |