]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hexagon: move generic-y of exported headers to uapi/asm/Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:43 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:43:26 +0000 (03:43 +0900)
commite4c694a3b07de1f193387121c7cae717ff7f4483
treedcb1d38efc574db7720342da0b0df421e8f29dcf
parentc26e2c0c6d2728377d7219095676dc372a421c1c
hexagon: 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/hexagon/include/asm/Kbuild
arch/hexagon/include/uapi/asm/Kbuild