RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / ipc / Makefile
blobb93bba6652f1e7abc068d96ea3490e9491939684
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-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
8 obj_mq-$(CONFIG_COMPAT) += compat_mq.o
9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)