Message ID | 20200908094244.26327-1-pbonzini@redhat.com |
---|---|
State | New |
Headers | show |
Series | kconfig: fix comment referring to old Makefiles | expand |
On 9/8/20 11:42 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini <pbonzini@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é <philmd@redhat.com>
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. config LINUX bool
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- Kconfig.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)