selftests: gpio: fix include path to kernel headers for out of tree builds
authorKent Gibson <warthog618@gmail.com>
Tue, 19 Jul 2022 11:06:01 +0000 (19:06 +0800)
committerBartosz Golaszewski <brgl@bgdev.pl>
Wed, 20 Jul 2022 12:35:18 +0000 (14:35 +0200)
commitf63731e18e8d8350e05b0176e39a76639f6483c7
tree191ead30c8fed09ed104ad54a7187fe07fc79ad9
parentb8c768ccdd8338504fb78370747728d5002b1b5a
selftests: gpio: fix include path to kernel headers for out of tree builds

When building selftests out of the kernel tree the gpio.h the include
path is incorrect and the build falls back to the system includes
which may be outdated.

Add the KHDR_INCLUDES to the CFLAGS to include the gpio.h from the
build tree.

Fixes: 4f4d0af7b2d9 ("selftests: gpio: restore CFLAGS options")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tools/testing/selftests/gpio/Makefile