1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the linux ipc. 4 # 5 6 obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o 7 obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o 8 obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o 9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o 10 obj-$(CONFIG_IPC_NS) += namespace.o 11 obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.