diff options
| -rw-r--r-- | arch/x86/mm/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index 72bf8c01c6e3..e1f095884386 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | # Kernel does not boot with instrumentation of tlb.c. | 1 | # Kernel does not boot with instrumentation of tlb.c and mem_encrypt.c |
| 2 | KCOV_INSTRUMENT_tlb.o := n | 2 | KCOV_INSTRUMENT_tlb.o := n |
| 3 | KCOV_INSTRUMENT_mem_encrypt.o := n | ||
| 4 | |||
| 5 | KASAN_SANITIZE_mem_encrypt.o := n | ||
| 6 | |||
| 7 | ifdef CONFIG_FUNCTION_TRACER | ||
| 8 | CFLAGS_REMOVE_mem_encrypt.o = -pg | ||
| 9 | endif | ||
| 3 | 10 | ||
| 4 | obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \ | 11 | obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \ |
| 5 | pat.o pgtable.o physaddr.o setup_nx.o tlb.o | 12 | pat.o pgtable.o physaddr.o setup_nx.o tlb.o |
