This would be used to force selection of certain items in randconfig. We need this to force gcov format to be autodetected in randconfig target, which would avoid generating known-incompatible combinations.
Signed-off-by: Wei Liu <[email protected]> --- Cc: Doug Goldstein <[email protected]> --- xen/tools/kconfig/allrandom.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 xen/tools/kconfig/allrandom.config diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config new file mode 100644 index 0000000..e49e7d6 --- /dev/null +++ b/xen/tools/kconfig/allrandom.config @@ -0,0 +1 @@ +CONFIG_GCOV_FORMAT_AUTODETECT=y -- 2.1.4 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
