]> git.ipfire.org Git - thirdparty/linux.git/blame - ipc/Makefile
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux.git] / ipc / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the linux ipc.
4#
5
6obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
0050ee05 7obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
a5494dcd 8obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
0d060606 9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
ae5e1b22 10obj-$(CONFIG_IPC_NS) += namespace.o
bdc8e5f8 11obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
1da177e4 12