diff options
author | Peter Zijlstra <peterz@infradead.org> | 2021-05-06 21:33:54 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-05-12 14:54:54 +0200 |
commit | 80870e6ece78ce67b91398db88fb6b92a178f574 (patch) | |
tree | 68b8f8924e5aff448824cc24cde9ed9b120becb6 /arch/x86/realmode/Makefile | |
parent | objtool: Rewrite hashtable sizing (diff) | |
download | linux-80870e6ece78ce67b91398db88fb6b92a178f574.tar.xz linux-80870e6ece78ce67b91398db88fb6b92a178f574.zip |
x86, objtool: Dont exclude arch/x86/realmode/
Specifically, init.c uses jump_labels.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210506194157.516200011@infradead.org
Diffstat (limited to 'arch/x86/realmode/Makefile')
-rw-r--r-- | arch/x86/realmode/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/realmode/Makefile b/arch/x86/realmode/Makefile index 6b1f3a4eeb44..a0b491ae2de8 100644 --- a/arch/x86/realmode/Makefile +++ b/arch/x86/realmode/Makefile @@ -10,7 +10,6 @@ # Sanitizer runtimes are unavailable and cannot be linked here. KASAN_SANITIZE := n KCSAN_SANITIZE := n -OBJECT_FILES_NON_STANDARD := y subdir- := rm |