brintos

brintos / linux-shallow public Read only

0
0
Text · 361 B · c2558c4 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the linux ipc.4#5 6obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o7obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o8obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o10obj-$(CONFIG_IPC_NS) += namespace.o11obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o12 13