]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - ipc/Makefile
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
[mirror_ubuntu-artful-kernel.git] / ipc / Makefile
1 #
2 # Makefile for the linux ipc.
3 #
4
5 obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
6 obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
7 obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
8 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
9 obj-$(CONFIG_IPC_NS) += namespace.o
10 obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
11