On 9/8/20 11:42 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > Kconfig.host | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Kconfig.host b/Kconfig.host > index a6d871c399..4af19bf70e 100644 > --- a/Kconfig.host > +++ b/Kconfig.host > @@ -1,6 +1,6 @@ > # These are "proxy" symbols used to pass config-host.mak values > -# down to Kconfig. See also MINIKCONF_ARGS in the Makefile: > -# these two need to be kept in sync. > +# down to Kconfig. See also kconfig_external_symbols in > +# meson.build: these two need to be kept in sync. >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>