Documenting the name of the new library build directory after integrating with Debian packaging.
Signed-off-by: Mathieu Poirier mathieu.poirier@linaro.org --- HOWTO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO.md b/HOWTO.md index 3b93b3d392aa..b9915f499203 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -376,7 +376,7 @@ build script where to get the header file and libraries, namely CSINCLUDES and CSLIBS:
linaro@t430:~/linaro/linux-kernel$ export CSINCLUDES=~/linaro/coresight/my-opencsd/decoder/include/ - linaro@t430:~/linaro/linux-kernel$ export CSLIBS=~/linaro/coresight/my-opencsd/decoder/lib/linux64-rel/ + linaro@t430:~/linaro/linux-kernel$ export CSLIBS=~/linaro/coresight/my-opencsd/decoder/lib/builddir/ linaro@t430:~/linaro/linux-kernel$ make VF=1 -C tools/perf
This will have the effect of compiling and linking against the provided library.