]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - ipc/Makefile
UBUNTU: Rebased to Ubuntu-4.13.0-18.21
[mirror_ubuntu-artful-kernel.git] / ipc / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the linux ipc.
3#
4
5obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
0050ee05 6obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
a5494dcd 7obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
0d060606 8obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
ae5e1b22 9obj-$(CONFIG_IPC_NS) += namespace.o
bdc8e5f8 10obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
1da177e4 11