]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: teach kselftest-merge to find nested config files
authorDan Rue <dan.rue@linaro.org>
Mon, 20 May 2019 15:16:14 +0000 (10:16 -0500)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 4 Jun 2019 17:33:10 +0000 (02:33 +0900)
commit3f4b6305d76377383942e340d11077f49f8af085
tree904cffc0dd60554af921b6eb9701e18392082c09
parentd83205627bdc954bcd68d3caeed660651e7d9f0d
kbuild: teach kselftest-merge to find nested config files

Current implementation of kselftest-merge only finds config files that
are one level deep using `$(srctree)/tools/testing/selftests/*/config`.

Often, config files are added in nested directories, and do not get
picked up by kselftest-merge.

Use `find` to catch all config files under
`$(srctree)/tools/testing/selftests` instead.

Signed-off-by: Dan Rue <dan.rue@linaro.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile