Re: [PATCH 01/15] kbuild: remove headers_{install,check}_all

2019-06-04 Thread Sam Ravnborg
On Tue, Jun 04, 2019 at 07:13:55PM +0900, Masahiro Yamada wrote: > headers_install_all does not make much sense any more because different > architectures export different set of uapi/linux/ headers. As you see > in include/uapi/linux/Kbuild, the installation of a.out.h, kvm.h, and > kvm_para.h is

[PATCH 01/15] kbuild: remove headers_{install,check}_all

2019-06-04 Thread Masahiro Yamada
headers_install_all does not make much sense any more because different architectures export different set of uapi/linux/ headers. As you see in include/uapi/linux/Kbuild, the installation of a.out.h, kvm.h, and kvm_para.h is arch-dependent. So, headers_install_all repeats the installation/removal