diff options
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 50ec00ef2a0..306742a2826 100644 --- a/mm/Makefile +++ b/mm/Makefile | |||
@@ -26,6 +26,7 @@ obj-$(CONFIG_HAVE_MEMBLOCK) += memblock.o | |||
26 | 26 | ||
27 | obj-$(CONFIG_BOUNCE) += bounce.o | 27 | obj-$(CONFIG_BOUNCE) += bounce.o |
28 | obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o | 28 | obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o |
29 | obj-$(CONFIG_FRONTSWAP) += frontswap.o | ||
29 | obj-$(CONFIG_HAS_DMA) += dmapool.o | 30 | obj-$(CONFIG_HAS_DMA) += dmapool.o |
30 | obj-$(CONFIG_HUGETLBFS) += hugetlb.o | 31 | obj-$(CONFIG_HUGETLBFS) += hugetlb.o |
31 | obj-$(CONFIG_NUMA) += mempolicy.o | 32 | obj-$(CONFIG_NUMA) += mempolicy.o |