• Masahiro Yamada's avatar
    kbuild: remove headers_{install,check}_all · f3c8d4c7
    Masahiro Yamada authored
    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 of them.
    
    If somebody really thinks it is useful to do headers_install for all
    architectures, it would be possible by small shell-scripting, but
    the top Makefile does not have to provide entry targets just for that
    purpose.
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
    f3c8d4c7
Makefile 58.4 KB