]> bbs.cooldavid.org Git - net-next-2.6.git/blame - ipc/Makefile
ipc: invoke the ipcns notifier chain as a work item
[net-next-2.6.git] / ipc / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the linux ipc.
3#
4
5obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
b6b337ad
ND
6obj_mem-$(CONFIG_MEMORY_HOTPLUG) += ipcns_notifier.o
7obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o $(obj_mem-y)
a5494dcd 8obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
1da177e4
LT
9obj_mq-$(CONFIG_COMPAT) += compat_mq.o
10obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
ae5e1b22 11obj-$(CONFIG_IPC_NS) += namespace.o
1da177e4 12