Re: [PATCH 14/27] m68k: move generic-y of exported headers to uapi/asm/Kbuild
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-06-12 12:10:55
Also in:
linux-kbuild, lkml
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2017-06-12 12:10:55
Also in:
linux-kbuild, lkml
On Mon, Jun 12, 2017 at 5:27 AM, Masahiro Yamada [off-list ref] wrote:
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.
scripts/Makefile.headersinst still need to deal with old-kbuild-file
for headers listed in arch/*/include/asm/Kbuild, but actually exported.
As the last work to finish de-coupling the uapi from kernel headers,
move generic-y of exported headers to uapi/asm/Kbuild.
For m68k, "generic-y += termios.h" is doubled in asm/Kbuild and
uapi/asm/Kbuild. So, the one in the former can be simply removed.
Signed-off-by: Masahiro Yamada <redacted>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Gr{oetje,eeting}s,
Geert