mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
11 lines
224 B
Makefile
11 lines
224 B
Makefile
#
|
|
# 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
|