cris: move generic-y of exported headers to uapi/asm/Kbuild
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:32:41 +0000 (03:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jul 2017 18:43:24 +0000 (03:43 +0900)
commitc6ec85cefb476e4ab914d18951fa4c04d96b3bb6
treedd794d5fda9af533802d3b337d8523acd2631ae4
parent97b81556f656594b343d516158ea305d4e0dcae5
cris: 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", "generic-y += emergency-restart.h"
up in order to keep the entries sorted.

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