commit | 141e9d4b5492499c4735d764b599c21e83dac154 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Mon Dec 03 11:57:48 2007 -0500 |
committer | Matthew Wilcox <matthew@wil.cx> | Tue Dec 04 10:39:54 2007 -0500 |
tree | 6f18a6c1c73f7c62412a3cd17191cd6c75652d60 | |
parent | 09b56adc98e0f8a21644fcb4d20ad367c3fceb55 [diff] [blame] |
Move dmapool.c to mm/ directory Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
diff --git a/mm/Makefile b/mm/Makefile index 5c0b0ea..e222cc5 100644 --- a/mm/Makefile +++ b/mm/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_BOUNCE) += bounce.o obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o +obj-$(CONFIG_HAS_DMA) += dmapool.o obj-$(CONFIG_HUGETLBFS) += hugetlb.o obj-$(CONFIG_NUMA) += mempolicy.o obj-$(CONFIG_SPARSEMEM) += sparse.o