diff --git a/benchtests/Makefile b/benchtests/Makefile index 0d3dfdfc36..b740ea15a7 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -393,6 +393,8 @@ $(addprefix $(objpfx)bench-,$(bench-pthread)): $(thread-library-benchtests) $(addprefix $(objpfx)bench-,$(bench-malloc)): $(thread-library-benchtests) $(addprefix $(objpfx)bench-,pthread-locks): $(libm-benchtests) $(addprefix $(objpfx)bench-,pthread-mutex-locks): $(libm-benchtests) +$(addprefix $(objpfx)bench-,malloc-thread): $(libm-benchtests) +$(addprefix $(objpfx)bench-,calloc-thread): $(libm-benchtests)