Makefile 237 B

123456789
  1. #
  2. # Makefile for the linux ipc.
  3. #
  4. obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
  5. obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o
  6. obj_mq-$(CONFIG_COMPAT) += compat_mq.o
  7. obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)