#
# Makefile for the linux ipc.
#

obj-y   := util.o

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