VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
ec8f24b7faaf3 (Thomas Gleixner 2019-05-19 13:07:45 +0100 1) # SPDX-License-Identifier: GPL-2.0-only
5aadfdeb8de00 (Masahiro Yamada 2018-05-28 18:22:04 +0900 2) kcov-flags-$(CONFIG_CC_HAS_SANCOV_TRACE_PC)	+= -fsanitize-coverage=trace-pc
5aadfdeb8de00 (Masahiro Yamada 2018-05-28 18:22:04 +0900 3) kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS)	+= -fsanitize-coverage=trace-cmp
5aadfdeb8de00 (Masahiro Yamada 2018-05-28 18:22:04 +0900 4) kcov-flags-$(CONFIG_GCC_PLUGIN_SANCOV)		+= -fplugin=$(objtree)/scripts/gcc-plugins/sancov_plugin.so
5aadfdeb8de00 (Masahiro Yamada 2018-05-28 18:22:04 +0900 5) 
5aadfdeb8de00 (Masahiro Yamada 2018-05-28 18:22:04 +0900 6) export CFLAGS_KCOV := $(kcov-flags-y)