x86, kcsan: Enable KCSAN for x86
[sfrench/cifs-2.6.git] / arch / x86 / boot / Makefile
index e2839b5c246c21e45ee2f783e92c2abb04bb93ea..9c79427941646d3498787206ebb98fe5fc4bae60 100644 (file)
@@ -9,7 +9,9 @@
 # Changed by many, many contributors over the years.
 #
 
+# Sanitizer runtimes are unavailable and cannot be linked for early boot code.
 KASAN_SANITIZE                 := n
+KCSAN_SANITIZE                 := n
 OBJECT_FILES_NON_STANDARD      := y
 
 # Kernel does not boot with kcov instrumentation here.