diff options
Diffstat (limited to 'mm/Makefile')
-rw-r--r-- | mm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/Makefile b/mm/Makefile index ac5e5ba78874..dc0746ca1109 100644 --- a/mm/Makefile +++ b/mm/Makefile | |||
@@ -22,7 +22,7 @@ KCOV_INSTRUMENT_mmzone.o := n | |||
22 | KCOV_INSTRUMENT_vmstat.o := n | 22 | KCOV_INSTRUMENT_vmstat.o := n |
23 | 23 | ||
24 | mmu-y := nommu.o | 24 | mmu-y := nommu.o |
25 | mmu-$(CONFIG_MMU) := gup.o highmem.o memory.o mincore.o \ | 25 | mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \ |
26 | mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \ | 26 | mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \ |
27 | msync.o page_vma_mapped.o pagewalk.o \ | 27 | msync.o page_vma_mapped.o pagewalk.o \ |
28 | pgtable-generic.o rmap.o vmalloc.o | 28 | pgtable-generic.o rmap.o vmalloc.o |
@@ -39,7 +39,7 @@ obj-y := filemap.o mempool.o oom_kill.o fadvise.o \ | |||
39 | mm_init.o mmu_context.o percpu.o slab_common.o \ | 39 | mm_init.o mmu_context.o percpu.o slab_common.o \ |
40 | compaction.o vmacache.o \ | 40 | compaction.o vmacache.o \ |
41 | interval_tree.o list_lru.o workingset.o \ | 41 | interval_tree.o list_lru.o workingset.o \ |
42 | debug.o $(mmu-y) | 42 | debug.o gup.o $(mmu-y) |
43 | 43 | ||
44 | # Give 'page_alloc' its own module-parameter namespace | 44 | # Give 'page_alloc' its own module-parameter namespace |
45 | page-alloc-y := page_alloc.o | 45 | page-alloc-y := page_alloc.o |