Rebase locking/kcsan to locking/urgent
[sfrench/cifs-2.6.git] / arch / x86 / boot / Makefile
index 4c53556843212fdf02d8fb9ab5bd8ff4b53c5251..fe605205b4ce2ac1ed7e84a71a2d4f6042a0f66e 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.