|
@@ -3,6 +3,11 @@
|
|
# Licensed under the GPL
|
|
# Licensed under the GPL
|
|
#
|
|
#
|
|
|
|
|
|
|
|
+# Don't instrument UML-specific code; without this, we may crash when
|
|
|
|
+# accessing the instrumentation buffer for the first time from the
|
|
|
|
+# kernel.
|
|
|
|
+KCOV_INSTRUMENT := n
|
|
|
|
+
|
|
CPPFLAGS_vmlinux.lds := -DSTART=$(LDS_START) \
|
|
CPPFLAGS_vmlinux.lds := -DSTART=$(LDS_START) \
|
|
-DELF_ARCH=$(LDS_ELF_ARCH) \
|
|
-DELF_ARCH=$(LDS_ELF_ARCH) \
|
|
-DELF_FORMAT=$(LDS_ELF_FORMAT) \
|
|
-DELF_FORMAT=$(LDS_ELF_FORMAT) \
|