diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-08 11:42:44 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-10 16:20:49 +0200 |
commit | 231073f7fb09452af40a7a708ad689a70120c75b (patch) | |
tree | d7648472f51f4a23c78376d1f757c1343a6df71b /Kconfig.host | |
parent | a8dc2aceabb58e23286f4d84c955832e8a21d1f5 (diff) |
kconfig: fix comment referring to old Makefiles
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908094244.26327-1-pbonzini@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 4 |
1 files 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 |