Searched hist:d5470d14431e9d39ee2131323589afac2a0bfee4 (Results 1 – 3 of 3) sorted by relevance
| /linux/include/uapi/ |
| H A D | Kbuild | d5470d14431e9d39ee2131323589afac2a0bfee4 Tue Jun 04 10:14:03 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: re-implement Makefile.headersinst without recursion
Since commit fcc8487d477a ("uapi: export all headers under uapi directories"), the headers in uapi directories are all exported by default although exceptional cases are still allowed by the syntax 'no-export-headers'.
The traditional directory descending has been kept (in a somewhat hacky way), but it is actually unneeded.
Get rid of it to simplify the code.
Also, handle files one by one instead of the previous per-directory processing. This will emit much more log, but I like it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|
| /linux/scripts/ |
| H A D | Makefile.headersinst | d5470d14431e9d39ee2131323589afac2a0bfee4 Tue Jun 04 10:14:03 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: re-implement Makefile.headersinst without recursion
Since commit fcc8487d477a ("uapi: export all headers under uapi directories"), the headers in uapi directories are all exported by default although exceptional cases are still allowed by the syntax 'no-export-headers'.
The traditional directory descending has been kept (in a somewhat hacky way), but it is actually unneeded.
Get rid of it to simplify the code.
Also, handle files one by one instead of the previous per-directory processing. This will emit much more log, but I like it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|
| /linux/ |
| H A D | Makefile | d5470d14431e9d39ee2131323589afac2a0bfee4 Tue Jun 04 10:14:03 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: re-implement Makefile.headersinst without recursion
Since commit fcc8487d477a ("uapi: export all headers under uapi directories"), the headers in uapi directories are all exported by default although exceptional cases are still allowed by the syntax 'no-export-headers'.
The traditional directory descending has been kept (in a somewhat hacky way), but it is actually unneeded.
Get rid of it to simplify the code.
Also, handle files one by one instead of the previous per-directory processing. This will emit much more log, but I like it.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
|