We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53949e0 commit dcf78eeCopy full SHA for dcf78ee
arch/mips/Kconfig
@@ -87,6 +87,8 @@ config MIPS
87
select SYSCTL_EXCEPTION_TRACE
88
select VIRT_TO_BUS
89
select ARCH_HAS_PTE_SPECIAL if !(32BIT && CPU_HAS_RIXI)
90
+ select ARCH_HAS_KCOV
91
+ select HAVE_GCC_PLUGINS
92
93
menu "Machine selection"
94
arch/mips/vdso/Makefile
@@ -75,6 +75,7 @@ CFLAGS_REMOVE_vdso.o = -pg
75
76
GCOV_PROFILE := n
77
UBSAN_SANITIZE := n
78
+KCOV_INSTRUMENT := n
79
80
#
81
# Shared build commands.
0 commit comments