diff options
author | Matthew Ahrens <[email protected]> | 2020-03-27 09:11:22 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-27 09:11:22 -0700 |
commit | 3f38797338f2e4b16e8e0065e21f1bca6ef59784 (patch) | |
tree | f4f5f48791c5961bb1b8896b66e535020375e973 /module/zfs/Makefile.in | |
parent | ef3331e703a8fa988bc09129f6f8d8f7c4c4082f (diff) |
Compile cityhash code into libzfs
Make the cityhash code compile into libzfs, in preparation for the new
"zstream" command.
Reviewed-by: Paul Dagnelie <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
Closes #10152
Diffstat (limited to 'module/zfs/Makefile.in')
-rw-r--r-- | module/zfs/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |