kbuild: remove a special handling for *.agh in Makefile.headersinst
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 5 Dec 2018 07:37:53 +0000 (16:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 8 Dec 2018 01:52:20 +0000 (10:52 +0900)
commit5e34bd1d548d440015d5bee3326e9d74cdebecd6
tree76e4c8e19d84a91f5f2832067638048dbcd914bf
parent8e9b61b293d98f878cf1e6d1ae164e41c0219959
kbuild: remove a special handling for *.agh in Makefile.headersinst

scripts/Makefile.headersinst takes care of *.agh just for

  arch/cris/include/uapi/arch-v10/arch/sv_addr.agh

because renaming exported headers is difficult (or impossible).

This code is no longer necessary thanks to commit c690eddc2f3b ("CRIS:
Drop support for the CRIS port").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.headersinst