From: Jens Axboe Date: Tue, 10 Jul 2018 23:02:25 +0000 (-0600) Subject: Makefile: lib/axmap no longer needs hweight X-Git-Tag: fio-3.8~15 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=07e715980516c4eec4b92360c075ae4ca33a707b Makefile: lib/axmap no longer needs hweight Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index f5b77664..20d3ec12 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ T_ZIPF_OBJS += t/log.o lib/ieee754.o lib/rand.o lib/pattern.o lib/zipf.o \ T_ZIPF_PROGS = t/fio-genzipf T_AXMAP_OBJS = t/axmap.o -T_AXMAP_OBJS += lib/lfsr.o lib/axmap.o lib/hweight.o +T_AXMAP_OBJS += lib/lfsr.o lib/axmap.o T_AXMAP_PROGS = t/axmap T_LFSR_TEST_OBJS = t/lfsr-test.o