Makefile (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Makefile (93324e6842148cfdb44d1437fb586b957ace1f8c)
1#
2# arch/x86/realmode/Makefile
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8#
9
10# Sanitizer runtimes are unavailable and cannot be linked here.
11KASAN_SANITIZE := n
12KCSAN_SANITIZE := n
1#
2# arch/x86/realmode/Makefile
3#
4# This file is subject to the terms and conditions of the GNU General Public
5# License. See the file "COPYING" in the main directory of this archive
6# for more details.
7#
8#
9
10# Sanitizer runtimes are unavailable and cannot be linked here.
11KASAN_SANITIZE := n
12KCSAN_SANITIZE := n
13KMSAN_SANITIZE := n
13OBJECT_FILES_NON_STANDARD := y
14
15# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in.
16KCOV_INSTRUMENT := n
17
18always-y := realmode.bin realmode.relocs
19
20wakeup-objs := wakeup_asm.o wakemain.o video-mode.o

--- 59 unchanged lines hidden ---
14OBJECT_FILES_NON_STANDARD := y
15
16# Prevents link failures: __sanitizer_cov_trace_pc() is not linked in.
17KCOV_INSTRUMENT := n
18
19always-y := realmode.bin realmode.relocs
20
21wakeup-objs := wakeup_asm.o wakemain.o video-mode.o

--- 59 unchanged lines hidden ---