kernel: add kcov code coverage
[deliverable/linux.git] / arch / x86 / realmode / rm / Makefile
index 053abe7b0ef760376f8a854d0fc1ace8edde2fd8..b95964610ea7f45320105f0378267a39aa7b427e 100644 (file)
@@ -9,6 +9,9 @@
 KASAN_SANITIZE                 := n
 OBJECT_FILES_NON_STANDARD      := y
 
+# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in.
+KCOV_INSTRUMENT                := n
+
 always := realmode.bin realmode.relocs
 
 wakeup-objs    := wakeup_asm.o wakemain.o video-mode.o
This page took 0.026016 seconds and 5 git commands to generate.