Revision f40cd6fddcb1d51d8a2a67ddc81c14a3532f3cb7 authored by Len Brown on 24 January 2008, 01:04:28 UTC, committed by Len Brown on 24 January 2008, 02:23:51 UTC
1 parent 5a4e143
Raw File
Makefile
#
# Makefile for the linux ipc.
#

obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.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)

back to top