Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1662497
| From | Nicolas Dichtel <nicolas.dichtel@6wind.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] kbuild: replace genhdr-y with generated-y, deprecating genhdr-y |
| Date | 2017-06-09 16:20 +0200 |
| Message-ID | <tQsVA-2Cx-17@gated-at.bofh.it> (permalink) |
| References | <tQnCx-7E3-13@gated-at.bofh.it> |
| Organization | 6WIND |
Le 09/06/2017 à 10:29, Masahiro Yamada a écrit :
> Prior to commit fcc8487d477a ("uapi: export all headers under uapi
> directories"), genhdr-y was meant to specify generated UAPI headers.
>
> - generated-y: generated headers (other than asm-generic wrappers)
> - header-y : headers to be exported
> - genhdr-y : generated headers to be exported (generated-y + header-y)
>
> Now headers under UAPI directories are all exported. So, there is no
> more difference between generated-y and genhdr-y.
>
> We see two users of genhdr-y, arch/{arm,x86}/include/uapi/asm/Kbuild.
> They generate some headers in arch/{arm,x86}/include/uapi/generated/
> directories, which are obviously exported.
>
> Replace genhdr-y with generated-y, and deprecate genhdr-y.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Good catch. It eases the understanding of all those mechanisms.
After the fix of the typo in the commitlog:
Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] kbuild: replace genhdr-y with generated-y, deprecating genhdr-y Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-09 10:40 +0200 Re: [PATCH] kbuild: replace genhdr-y with generated-y, deprecating genhdr-y Nicolas Dichtel <nicolas.dichtel@6wind.com> - 2017-06-09 16:20 +0200
csiph-web