]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kbuild: split exported generic header creation into uapi-asm-generic
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:59 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Jul 2017 12:33:54 +0000 (21:33 +0900)
commita9d9a400e0753491e3eacc9f4dbc60547ea1de45
tree7acab07b06631e8c9bdd6be94369eec507af8f33
parentd1b32bacffe189a0cdc2c36905a753535638cb1c
kbuild: split exported generic header creation into uapi-asm-generic

When we install headers, we are interested only in headers under uapi
directories.  Split out uapi-asm-generic target and make headers_install
depend on it.  It will avoid generating unneeded asm-generic wrappers.

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