]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile
authorMark Brown <broonie@kernel.org>
Wed, 27 Apr 2022 18:19:51 +0000 (19:19 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 28 Apr 2022 17:00:54 +0000 (18:00 +0100)
commitd443939a7033f4a939493a82bdd1a8f01ff6d0a1
tree03df58d11a59ad9ae83ef2996b0f1cc6e4d933ba
parent01b6bd7cbc6cae593c4f2ff1e5eefeceb792ec80
selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile

The kselftest lib.mk provides a default all target which builds additional
programs from TEST_GEN_PROGS_EXTENDED, use that rather than using
TEST_PROGS_EXTENDED which is for programs that don't need to be built like
shell scripts. Leave fpsimd-stress and sve-stress there since they are
scripts.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220427181954.357975-2-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/fp/Makefile