]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
h8300: move generic-y of exported headers to uapi/asm/Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:42 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:43:25 +0000 (03:43 +0900)
commitc26e2c0c6d2728377d7219095676dc372a421c1c
tree6610bdc435c461ec4567faad4c2e2c2d9c4808c0
parentc6ec85cefb476e4ab914d18951fa4c04d96b3bb6
h8300: 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" and "generic-y += trace_clock.h"
in order to keep the entries sorted.

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