home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.20-15 / ipc / Makefile
Encoding:
Makefile  |  2007-04-12  |  237 b   |  10 lines

  1. #
  2. # Makefile for the linux ipc.
  3. #
  4.  
  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)
  9.  
  10.