- update to 2.6.1-rc2 -- first cut.
[linux-flexiantxendom0-3.2.10.git] / 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 readahead.o \
12                            slab.o swap.o truncate.o vmscan.o $(mmu-y)
13
14 obj-$(CONFIG_SWAP)      += page_io.o swap_state.o swapfile.o