diff options
Diffstat (limited to 'mm/Makefile')
-rw-r--r-- | mm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mm/Makefile b/mm/Makefile index 2ad574d1d12d..8405eb0023a9 100644 --- a/mm/Makefile +++ b/mm/Makefile | |||
@@ -16,9 +16,9 @@ obj-y := filemap.o mempool.o oom_kill.o \ | |||
16 | readahead.o swap.o truncate.o vmscan.o shmem.o \ | 16 | readahead.o swap.o truncate.o vmscan.o shmem.o \ |
17 | util.o mmzone.o vmstat.o backing-dev.o \ | 17 | util.o mmzone.o vmstat.o backing-dev.o \ |
18 | mm_init.o mmu_context.o percpu.o slab_common.o \ | 18 | mm_init.o mmu_context.o percpu.o slab_common.o \ |
19 | compaction.o balloon_compaction.o vmacache.o \ | 19 | compaction.o vmacache.o \ |
20 | interval_tree.o list_lru.o workingset.o \ | 20 | interval_tree.o list_lru.o workingset.o \ |
21 | iov_iter.o $(mmu-y) | 21 | iov_iter.o debug.o $(mmu-y) |
22 | 22 | ||
23 | obj-y += init-mm.o | 23 | obj-y += init-mm.o |
24 | 24 | ||
@@ -68,3 +68,4 @@ obj-$(CONFIG_ZBUD) += zbud.o | |||
68 | obj-$(CONFIG_ZSMALLOC) += zsmalloc.o | 68 | obj-$(CONFIG_ZSMALLOC) += zsmalloc.o |
69 | obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o | 69 | obj-$(CONFIG_GENERIC_EARLY_IOREMAP) += early_ioremap.o |
70 | obj-$(CONFIG_CMA) += cma.o | 70 | obj-$(CONFIG_CMA) += cma.o |
71 | obj-$(CONFIG_MEMORY_BALLOON) += balloon_compaction.o | ||