tools/test/nvdimm: Fix out of tree build
authorSantosh Sivaraj <santosh@fossix.org>
Tue, 14 Jan 2020 05:40:51 +0000 (11:10 +0530)
committerDan Williams <dan.j.williams@intel.com>
Tue, 31 Mar 2020 21:12:32 +0000 (14:12 -0700)
commit1f776799628139d0da47e710ad86eb58d987ff66
treeed87a63dc4ca8977a7456ef89e28ce18e7ba016d
parentf84afbdd3a9e5e10633695677b95422572f920dc
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 <aneesh.kumar@linux.ibm.com>
Signed-off-by: Santosh Sivaraj <santosh@fossix.org>
Link: https://lore.kernel.org/r/20200114054051.4115790-1-santosh@fossix.org
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
tools/testing/nvdimm/Kbuild
tools/testing/nvdimm/test/Kbuild