#
# Makefile for the linux ipc.
#

obj-y   := util.o

obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
obj-$(CONFIG_SYSVIPC) += msg.o sem.o shm.o
