blob: b93bba6652f1e7abc068d96ea3490e9491939684 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the linux ipc.
3#
4
5obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
6obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o
Eric W. Biedermana5494dc2007-02-14 00:34:06 -08007obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07008obj_mq-$(CONFIG_COMPAT) += compat_mq.o
9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
10