benchtests: Do not build bench-timing-type with MODULE_NAME=libc
authorArjun Shankar <arjun@redhat.com>
Tue, 26 Jan 2021 17:14:19 +0000 (18:14 +0100)
committerArjun Shankar <arjun@redhat.com>
Tue, 26 Jan 2021 17:14:19 +0000 (18:14 +0100)
commit3725ee39dbd4d7c17fc276b3ea4248cc16e4b522
treee0360b18081f4fc116a8904866c159c0fe5353b2
parent04c6a8073d1c9d73c4a88b536aeb803b12fbffdc
benchtests: Do not build bench-timing-type with MODULE_NAME=libc

Since commit 2682695e5c7a, `make bench-build' with `--enable-static-pie'
fails due to bench-timing-type being incorrectly built with MODULE_NAME
set to `libc'.  This commit sets MODULE_NAME to nonlib, thus fixing the
build failure.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
benchtests/Makefile