Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
[deliverable/linux.git] / ipc / Makefile
CommitLineData
1da177e4
LT
1#
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
a5494dcd 7obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
1da177e4
LT
8obj_mq-$(CONFIG_COMPAT) += compat_mq.o
9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
10
This page took 0.256966 seconds and 5 git commands to generate.