1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Makefile for the linux ipc. 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 61da177e4SLinus Torvaldsobj-$(CONFIG_SYSVIPC_COMPAT) += compat.o 70050ee05SManfred Spraulobj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o 8a5494dcdSEric W. Biedermanobj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o 90d060606SAl Viroobj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o 10ae5e1b22SPavel Emelyanovobj-$(CONFIG_IPC_NS) += namespace.o 11bdc8e5f8SSerge E. Hallynobj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o 121da177e4SLinus Torvalds 13