• source navigation  • diff markup  • identifier search  • freetext search  • file search  • 


Version: 2.6.8   2.6.16   2.6.25   2.6.30   2.6.34  

Architecture: i386   arm   mips   ppc   alpha   m68k   sparc   sparc64  

linux/mm/Makefile


  1 #
  2 # Makefile for the linux memory manager.
  3 #
  4 
  5 mmu-y                   := nommu.o
  6 mmu-$(CONFIG_MMU)       := fremap.o highmem.o madvise.o memory.o mincore.o \
  7                            mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
  8                            shmem.o vmalloc.o
  9 
 10 obj-y                   := bootmem.o filemap.o mempool.o oom_kill.o fadvise.o \
 11                            page_alloc.o page-writeback.o pdflush.o prio_tree.o \
 12                            readahead.o slab.o swap.o truncate.o vmscan.o \
 13                            $(mmu-y)
 14 
 15 obj-$(CONFIG_SWAP)      += page_io.o swap_state.o swapfile.o
 16 obj-$(CONFIG_HUGETLBFS) += hugetlb.o
 17 obj-$(CONFIG_NUMA)      += mempolicy.o

This page was automatically generated by LXR 0.3.1. •  Linux is a registered trademark of Linus Torvalds