2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for the linux ipc.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
|
|
|
|
obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o
|
2007-02-14 08:34:06 +00:00
|
|
|
obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
|
2005-04-16 22:20:36 +00:00
|
|
|
obj_mq-$(CONFIG_COMPAT) += compat_mq.o
|
|
|
|
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
|
|
|
|
|