From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- ipc/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ipc/Makefile (limited to 'ipc/Makefile') diff --git a/ipc/Makefile b/ipc/Makefile new file mode 100644 index 000000000..68ec4167d --- /dev/null +++ b/ipc/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for the linux ipc. +# + +obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o +obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o +obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o +obj_mq-$(CONFIG_COMPAT) += compat_mq.o +obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y) +obj-$(CONFIG_IPC_NS) += namespace.o +obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o +obj-$(CONFIG_KDBUS) += kdbus/ -- cgit v1.2.3-54-g00ecf