diff options
author | Santosh Sivaraj <[email protected]> | 2020-01-14 11:10:51 +0530 |
---|---|---|
committer | Dan Williams <[email protected]> | 2020-03-31 14:12:32 -0700 |
commit | 1f776799628139d0da47e710ad86eb58d987ff66 (patch) | |
tree | ed87a63dc4ca8977a7456ef89e28ce18e7ba016d /scripts/gdb/linux/timerlist.py | |
parent | f84afbdd3a9e5e10633695677b95422572f920dc (diff) |
tools/test/nvdimm: Fix out of tree build
Out of tree build using
make M=tools/test/nvdimm O=/tmp/build -C /tmp/build
fails with the following error
make: Entering directory '/tmp/build'
CC [M] tools/testing/nvdimm/test/nfit.o
linux/tools/testing/nvdimm/test/nfit.c:19:10: fatal error: nd-core.h: No such file or directory
19 | #include <nd-core.h>
| ^~~~~~~~~~~
compilation terminated.
That is because the kbuild file uses $(src) which points to
tools/testing/nvdimm, $(srctree) correctly points to root of the linux
source tree.
Reported-by: Aneesh Kumar K.V <[email protected]>
Signed-off-by: Santosh Sivaraj <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions