]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/powerpc: Fix remaining fallout from recent changes
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 9 Feb 2017 08:56:30 +0000 (19:56 +1100)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 14 Feb 2017 15:02:27 +0000 (08:02 -0700)
commit84d813ff784b9f7e33e048187277e56fd526ca6e
treebe4a9a4a1bf802994e1a348e8d4861a47f916d2d
parent51d4c1406d57917859810cd2b55556e0f641ca6a
selftests/powerpc: Fix remaining fallout from recent changes

In benchmarks we need to use $(TEST_GEN_PROGS) after we include lib.mk,
because lib.mk does the substitution to add $(OUTPUT).

In math the vmx and fpu names were typoed so they no longer matched
correctly, put back the 'v' and 'f'.

In tm we need to substitute $(OUTPUT) into SIGNAL_CONTEXT_CHK_TESTS so
that the rule matches.

In pmu there is an extraneous ':' on the end of $$BUILD_TARGET for the
clean and install rules, which breaks the logic in the child Makefiles.

Fixes: 3bb9f730b61c ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/powerpc/benchmarks/Makefile
tools/testing/selftests/powerpc/math/Makefile
tools/testing/selftests/powerpc/pmu/Makefile
tools/testing/selftests/powerpc/tm/Makefile