diff options
author | Matthew Wilcox <matthew@wil.cx> | 2007-12-03 11:57:48 -0500 |
---|---|---|
committer | Matthew Wilcox <matthew@wil.cx> | 2007-12-04 10:39:54 -0500 |
commit | 141e9d4b5492499c4735d764b599c21e83dac154 (patch) | |
tree | 6f18a6c1c73f7c62412a3cd17191cd6c75652d60 /mm/Makefile | |
parent | 09b56adc98e0f8a21644fcb4d20ad367c3fceb55 (diff) |
Move dmapool.c to mm/ directory
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'mm/Makefile')
-rw-r--r-- | mm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/Makefile b/mm/Makefile index 5c0b0ea7572d..e222cc5a79cd 100644 --- a/mm/Makefile +++ b/mm/Makefile | |||
@@ -15,6 +15,7 @@ obj-y := bootmem.o filemap.o mempool.o oom_kill.o fadvise.o \ | |||
15 | 15 | ||
16 | obj-$(CONFIG_BOUNCE) += bounce.o | 16 | obj-$(CONFIG_BOUNCE) += bounce.o |
17 | obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o | 17 | obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o |
18 | obj-$(CONFIG_HAS_DMA) += dmapool.o | ||
18 | obj-$(CONFIG_HUGETLBFS) += hugetlb.o | 19 | obj-$(CONFIG_HUGETLBFS) += hugetlb.o |
19 | obj-$(CONFIG_NUMA) += mempolicy.o | 20 | obj-$(CONFIG_NUMA) += mempolicy.o |
20 | obj-$(CONFIG_SPARSEMEM) += sparse.o | 21 | obj-$(CONFIG_SPARSEMEM) += sparse.o |