]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit53d23582b635d7d0c136aa7fa57db014b486dbf2
tree191ead30c8fed09ed104ad54a7187fe07fc79ad9
parent8d402032878b35a73191030510f3e229375757d4
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: 1fb08349f95c ("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