From 07e715980516c4eec4b92360c075ae4ca33a707b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 10 Jul 2018 17:02:25 -0600 Subject: [PATCH] Makefile: lib/axmap no longer needs hweight Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1