aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/powerpc/Makefile
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-09-25 14:01:39 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-01 16:52:02 +1000
commitd17475d906fde8e9fe39fff3873b07380ed6da76 (patch)
treeb9e554db6653fd121bb325297618a8591e09cbff /tools/testing/selftests/powerpc/Makefile
parentpowerpc/slb: Use a local to avoid multiple calls to get_slb_shadow() (diff)
downloadwireguard-linux-d17475d906fde8e9fe39fff3873b07380ed6da76.tar.xz
wireguard-linux-d17475d906fde8e9fe39fff3873b07380ed6da76.zip
powerpc/selftest: Add gettimeofday() benchmark
This adds a benchmark directory to the powerpc selftests and adds a gettimeofday() benchmark to it. Suggested-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 03ca2e64b3fc..847adf6e8d16 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -12,7 +12,7 @@ CFLAGS := -Wall -O2 -flto -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CUR
export CFLAGS
-SUB_DIRS = pmu copyloops mm tm primitives stringloops vphn switch_endian dscr
+SUB_DIRS = pmu copyloops mm tm primitives stringloops vphn switch_endian dscr benchmarks
endif