perf bench: Add futex-hash microbenchmark
[firefly-linux-kernel-4.4.55.git] / tools / perf / Makefile.perf
index 1f7ec48ac95905af3a94b23a0a91f19c288cb11b..54ae547b4bc4c369444f3908af2e87bf93f60886 100644 (file)
@@ -426,6 +426,7 @@ BUILTIN_OBJS += $(OUTPUT)bench/mem-memset-x86-64-asm.o
 endif
 BUILTIN_OBJS += $(OUTPUT)bench/mem-memcpy.o
 BUILTIN_OBJS += $(OUTPUT)bench/mem-memset.o
+BUILTIN_OBJS += $(OUTPUT)bench/futex-hash.o
 
 BUILTIN_OBJS += $(OUTPUT)builtin-diff.o
 BUILTIN_OBJS += $(OUTPUT)builtin-evlist.o