mbox series

[v3,0/4] selftests/arm64: Fix O= builds for the FP selftests

Message ID 20220427181954.357975-1-broonie@kernel.org
Headers show
Series selftests/arm64: Fix O= builds for the FP selftests | expand

Message

Mark Brown April 27, 2022, 6:19 p.m. UTC
Currently the arm64 selftests don't support building with O=, this
series fixes that, bringing them more into line with how the kselftest
Makefiles want to work.

v3:
 - Rebase onto arm64/for-next/core.
v2:
 - Rebase onto v5.18-rc3.

Mark Brown (4):
  selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile
  selftests/arm64: Define top_srcdir for the fp tests
  selftests/arm64: Clean the fp helper libraries
  selftests/arm64: Fix O= builds for the floating point tests

 tools/testing/selftests/arm64/fp/Makefile | 49 ++++++++++++-----------
 1 file changed, 26 insertions(+), 23 deletions(-)


base-commit: 5c346f94d2933ba320af8325cfe77fc58c6e537a

Comments

Catalin Marinas April 28, 2022, 5:06 p.m. UTC | #1
On Wed, 27 Apr 2022 19:19:50 +0100, Mark Brown wrote:
> Currently the arm64 selftests don't support building with O=, this
> series fixes that, bringing them more into line with how the kselftest
> Makefiles want to work.
> 
> v3:
>  - Rebase onto arm64/for-next/core.
> v2:
>  - Rebase onto v5.18-rc3.
> 
> [...]

Applied to arm64 (for-next/kselftest), thanks!

[1/4] selftests/arm64: Use TEST_GEN_PROGS_EXTENDED in the FP Makefile
      https://git.kernel.org/arm64/c/a59f7a7f7640
[2/4] selftests/arm64: Define top_srcdir for the fp tests
      https://git.kernel.org/arm64/c/3a23a42d1a48
[3/4] selftests/arm64: Clean the fp helper libraries
      https://git.kernel.org/arm64/c/399cf0a3e8a1
[4/4] selftests/arm64: Fix O= builds for the floating point tests
      https://git.kernel.org/arm64/c/aca43ad51661