MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / ipc / Makefile
blob0a6d626cd79400cb1b8e6c560063145887e055a8
2 # Makefile for the linux ipc.
5 obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
6 obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o
7 obj_mq-$(CONFIG_COMPAT) += compat_mq.o
8 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)