This requires an environment variable set in the build environment,
too. (There is an argument amongst hypervisor maintainers about
whether this requirement in xen.git is a good idea; but, nevertheless,
it is currently there in several existing trees, so we need to set
it.)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
my $enable_xsm = ($r{enable_xsm}//'false') =~ m/true/ ? 1 : 0;
+$buildcmd_global_prefix= <<END;
+ export XEN_CONFIG_EXPERT=y
+END
+
sub config_tree ($$$) {
my ($which, $configurlvar, $configtagvar) = @_;
END
<<END
if test -f xen/Kconfig; then
+ echo >>xen/.config CONFIG_EXPERT=y
echo >>xen/.config CONFIG_HVM_FEP=y
fi
END