summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ftrace/ftracetest
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-09-07 17:34:55 +0300
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-10-24 23:49:37 +0300
commit8c7f6316fccf38ca45d33ed658cc4813837b6294 (patch)
tree86e44d1047fbfa750ef0f8acdc75443740b56f33 /tools/testing/selftests/ftrace/ftracetest
parenta4f222e000b3f75bd1ab763dcc289d004ff6596e (diff)
downloadlinux-8c7f6316fccf38ca45d33ed658cc4813837b6294.tar.xz
selftests: gpio: Fix OUTPUT directory in Makefile
When simply running `make' from the selftests top dir, this error shows up: cc -O2 -g -std=gnu99 -Wall -I../../../../usr/include/ -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid gpio-mockup-chardev.c ../../../gpio/gpio-utils.o -lmount -o gpio-mockup-chardev cc: error: ../../../gpio/gpio-utils.o: No such file or directory <builtin>: recipe for target 'gpio-mockup-chardev' failed make[1]: *** [gpio-mockup-chardev] Error 1 because the output directory is set to "selftests/gpio" and all binaries built from ../../../gpio/ end up there. In fact, they appear as, exempli gratia: * gpiogpio-event-mon * gpiogpio-hammer * gpioinclude/ * gpiolsgpio which is wrong, as it's missing a directory separator somewhere. This patch sets straight the output directory when building ../../../gpio/ so that binaries don't cross paths. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/ftrace/ftracetest')
0 files changed, 0 insertions, 0 deletions