On Thu, 27 Jun 2019, Masahiro Yamada wrote:
> header-test-y does not work with headers in sub-directories.
>
> For example, you can write a Makefile, like this:
>
> include/linux/Kbuild:
>
> header-test-y += mtd/nand.h
>
> This entry creates a wrapper include/linux/mtd/nand.hdrtest.c with
> the
header-test-y does not work with headers in sub-directories.
For example, you can write a Makefile, like this:
include/linux/Kbuild:
header-test-y += mtd/nand.h
This entry creates a wrapper include/linux/mtd/nand.hdrtest.c with
the following content:
#include "mtd/nand.h"
To make this wor