]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame_incremental - ipc/Makefile
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / ipc / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the linux ipc.
4#
5
6obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
7obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
8obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
10obj-$(CONFIG_IPC_NS) += namespace.o
11obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
12