]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: remove wrapper files handling from Makefile.headersinst
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:33:00 +0000 (03:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Jul 2017 12:33:54 +0000 (21:33 +0900)
commit09c3776c5472f2bc73b29b13d5947cec6103a99c
tree2ce1061b50da200aebbd745ab7a61174117e5a9c
parenta9d9a400e0753491e3eacc9f4dbc60547ea1de45
kbuild: remove wrapper files handling from Makefile.headersinst

scripts/Makefike.headersinst creates asm-generic wrappers by itself
because scripts/Makefile.asm-generic created some of exported wrappers
outside uapi directories.

Now this distortion has been fixed.  scripts/Makefile.headersinst can
simply copy wrappers created by scripts/Makefile.asm-generic.

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