Searched hist:bcfefb61cd2bc86329915a4074f7b4c48b00b33a (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | Makefile | diff bcfefb61cd2bc86329915a4074f7b4c48b00b33a Thu Apr 30 08:18:45 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: announce removal of 'kvmconfig' and 'xenconfig' shorthands
kvmconfig' is a shorthand for kvm_guest.config to save 7 character typing.
xenconfig' is a shorthand for xen.config to save 1 character typing.
There is nothing more than that.
There are more files in kernel/configs/, so it is not maintainable to wire-up every config fragment to the Kconfig Makefile. Hence, we should not do this at all.
These will be removed after Linux 5.10. Meanwhile, the following warning message will be displayed if they are used.
WARNING: 'make kvmconfig' will be removed after Linux 5.10 Please use 'make kvm_guest.config' instead.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|