Makefile: remove redundant tool coverage variables
[linux-block.git] / scripts / Makefile.vmlinux
index c9f3e03124d7f59939eca7aa8a1145e658f4abca..49946cb968440c6fecd63b8076e1a46a87d80aee 100644 (file)
@@ -18,9 +18,6 @@ quiet_cmd_cc_o_c = CC      $@
        $(call if_changed_dep,cc_o_c)
 
 ifdef CONFIG_MODULES
-KASAN_SANITIZE_.vmlinux.export.o := n
-KCSAN_SANITIZE_.vmlinux.export.o := n
-GCOV_PROFILE_.vmlinux.export.o := n
 targets += .vmlinux.export.o
 vmlinux: .vmlinux.export.o
 endif