]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xtensa: move generic-y of exported headers to uapi/asm/Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:57 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Jul 2017 12:33:53 +0000 (21:33 +0900)
commit22c92aee6f95d9c82d33f04c90c6903a6a94df80
treefae9abf37319e29b0164ea8e9b8691c6b0b1aeb2
parentee73056bee8ed47ba12de56ab83bcbe1a0618926
xtensa: move generic-y of exported headers to uapi/asm/Kbuild

Since commit fcc8487d477a ("uapi: export all headers under uapi
directories"), all (and only) headers under uapi directories are
exported, but asm-generic wrappers are still exceptions.

To complete de-coupling the uapi from kernel headers, move generic-y
of exported headers to uapi/asm/Kbuild.

With this change, "make headers_install" will just need to parse
uapi/asm/Kbuild to build up exported headers.

Also, move "generic-y += kprobes.h" up in order to keep the entries
sorted.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/xtensa/include/asm/Kbuild
arch/xtensa/include/uapi/asm/Kbuild