This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
g900kernel/net/unix/Makefile
Sergey Kishchenko 5e27c24b6f Initial commit
2009-11-03 01:12:52 +02:00

9 lines
161 B
Makefile
Executable File

#
# 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