diff options
Diffstat (limited to 'mm/Makefile')
-rw-r--r-- | mm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/Makefile b/mm/Makefile index 930b52df4aca..088c68e9ec35 100644 --- a/mm/Makefile +++ b/mm/Makefile | |||
@@ -2,6 +2,9 @@ | |||
2 | # Makefile for the linux memory manager. | 2 | # Makefile for the linux memory manager. |
3 | # | 3 | # |
4 | 4 | ||
5 | KASAN_SANITIZE_slab_common.o := n | ||
6 | KASAN_SANITIZE_slub.o := n | ||
7 | |||
5 | mmu-y := nommu.o | 8 | mmu-y := nommu.o |
6 | mmu-$(CONFIG_MMU) := gup.o highmem.o memory.o mincore.o \ | 9 | mmu-$(CONFIG_MMU) := gup.o highmem.o memory.o mincore.o \ |
7 | mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \ | 10 | mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \ |