linux-stable/tools/testing/selftests/gpio
Daniel Díaz 8c7f6316fc 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>
2018-10-24 14:49:37 -06:00
..
.gitignore
config selftests: gpio: add config fragment for gpio-mockup 2017-04-21 11:25:41 -06:00
gpio-mockup-chardev.c gpio: selftests: gpio-mockup-chardev GPIOHANDLE_REQUEST_OUTPUT fix 2018-07-09 16:08:17 +02:00
gpio-mockup-sysfs.sh License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gpio-mockup.sh selftests: gpio: return Kselftest Skip code for skipped tests 2018-05-30 15:21:52 -06:00
Makefile selftests: gpio: Fix OUTPUT directory in Makefile 2018-10-24 14:49:37 -06:00