2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/tools/testing/selftests/powerpc/benchmarks
Michael Ellerman 68bd42d97c 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: a8ba798bc8 ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2017-02-14 08:02:27 -07:00
..
.gitignore selftests/powerpc: Add Anton's null_syscall benchmark to the selftests 2016-11-14 11:11:51 +11:00
context_switch.c selftests/powerpc: Move shared headers into new include dir 2016-11-17 17:11:47 +11:00
futex_bench.c selftests/powerpc: Import Anton's mmap & futex micro benchmarks 2016-07-05 23:49:50 +10:00
gettimeofday.c powerpc/selftest: Add gettimeofday() benchmark 2015-10-01 16:52:02 +10:00
Makefile selftests/powerpc: Fix remaining fallout from recent changes 2017-02-14 08:02:27 -07:00
mmap_bench.c selftests/powerpc: Import Anton's mmap & futex micro benchmarks 2016-07-05 23:49:50 +10:00
null_syscall.c selftests/powerpc: Add Anton's null_syscall benchmark to the selftests 2016-11-14 11:11:51 +11:00