diff mbox series

kconfig: fix comment referring to old Makefiles

Message ID 20200908094244.26327-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series kconfig: fix comment referring to old Makefiles | expand

Commit Message

Paolo Bonzini Sept. 8, 2020, 9:42 a.m. UTC
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 Kconfig.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Philippe Mathieu-Daudé Sept. 8, 2020, 10:16 a.m. UTC | #1
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>
Laurent Vivier Sept. 9, 2020, 3:32 p.m. UTC | #2
Le 08/09/2020 à 11:42, Paolo Bonzini a écrit :
> 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.
>  
>  config LINUX
>      bool
> 

Applied to my trivial-patches branch.

Thanks,
Laurent
diff mbox series

Patch

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