diff options
Diffstat (limited to 'arch/x86/realmode/Makefile')
| -rw-r--r-- | arch/x86/realmode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile index 94f7fbe97b08..a0b491ae2de8 100644 --- a/arch/x86/realmode/Makefile +++ b/arch/x86/realmode/Makefile @@ -7,6 +7,10 @@ # # +# Sanitizer runtimes are unavailable and cannot be linked here. +KASAN_SANITIZE := n +KCSAN_SANITIZE := n + subdir- := rm obj-y += init.o |
