Re: [PATCH] uapi: use wildcards to list files

From: David Miller
Date: Tue Jan 03 2017 - 11:05:32 EST


From: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>
Date: Tue, 3 Jan 2017 15:35:44 +0100

> Regularly, when a new header is created in include/uapi/, the developer
> forgets to add it in the corresponding Kbuild file. This error is usually
> detected after the release is out.
>
> In fact, all headers under include/uapi/ should be exported, so let's
> use wildcards.
>
> After this patch, the following files, which were not exported, are now
> exported:
...
>
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>

Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>