162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the linux ipc. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_SYSVIPC_COMPAT) += compat.o 762306a36Sopenharmony_ciobj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o 862306a36Sopenharmony_ciobj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o 962306a36Sopenharmony_ciobj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o 1062306a36Sopenharmony_ciobj-$(CONFIG_IPC_NS) += namespace.o 1162306a36Sopenharmony_ciobj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o 1262306a36Sopenharmony_ci 13