Re: [PATCH v11 11/12] uapi: export all arch specifics directories

2017-05-15 Thread Masahiro Yamada
Hi Dan, 2017-05-16 10:15 GMT+09:00 Dan Williams : > On Mon, May 15, 2017 at 6:02 PM, Dan Williams > wrote: >> On Mon, Mar 27, 2017 at 5:20 AM, Nicolas Dichtel >> wrote: >>> This patch removes the need of subdir-y. Now all files/directories under >>> arch//include/uapi/ are exported. >>> >>> Th

Re: [PATCH v11 11/12] uapi: export all arch specifics directories

2017-05-15 Thread Dan Williams
On Mon, May 15, 2017 at 6:02 PM, Dan Williams wrote: > On Mon, Mar 27, 2017 at 5:20 AM, Nicolas Dichtel > wrote: >> This patch removes the need of subdir-y. Now all files/directories under >> arch//include/uapi/ are exported. >> >> The only change for userland is the layout of the command 'make >

Re: [PATCH v11 11/12] uapi: export all arch specifics directories

2017-05-15 Thread Dan Williams
On Mon, Mar 27, 2017 at 5:20 AM, Nicolas Dichtel wrote: > This patch removes the need of subdir-y. Now all files/directories under > arch//include/uapi/ are exported. > > The only change for userland is the layout of the command 'make > headers_install_all': directories asm- are replaced by arch-/

[PATCH v11 11/12] uapi: export all arch specifics directories

2017-03-27 Thread Nicolas Dichtel
This patch removes the need of subdir-y. Now all files/directories under arch//include/uapi/ are exported. The only change for userland is the layout of the command 'make headers_install_all': directories asm- are replaced by arch-/. Those new directories contains all files/directories of the spec