From 3f38797338f2e4b16e8e0065e21f1bca6ef59784 Mon Sep 17 00:00:00 2001 From: Matthew Ahrens Date: Fri, 27 Mar 2020 09:11:22 -0700 Subject: Compile cityhash code into libzfs Make the cityhash code compile into libzfs, in preparation for the new "zstream" command. Reviewed-by: Paul Dagnelie Reviewed-by: Brian Behlendorf Signed-off-by: Matthew Ahrens Closes #10152 --- module/zfs/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'module/zfs/Makefile.in') diff --git a/module/zfs/Makefile.in b/module/zfs/Makefile.in index 1ba7db27b..6737336ca 100644 --- a/module/zfs/Makefile.in +++ b/module/zfs/Makefile.in @@ -22,7 +22,6 @@ $(MODULE)-objs += bpobj.o $(MODULE)-objs += bptree.o $(MODULE)-objs += btree.o $(MODULE)-objs += bqueue.o -$(MODULE)-objs += cityhash.o $(MODULE)-objs += dataset_kstats.o $(MODULE)-objs += dbuf.o $(MODULE)-objs += dbuf_stats.o -- cgit v1.2.3