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/zcommon/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/zcommon/Makefile.in')
-rw-r--r-- | module/zcommon/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zcommon/Makefile.in b/module/zcommon/Makefile.in index b2e34f2e9..01e0692eb 100644 --- a/module/zcommon/Makefile.in +++ b/module/zcommon/Makefile.in @@ -11,6 +11,7 @@ ccflags-y := $(ZFS_MODULE_CFLAGS) $(ZFS_MODULE_CPPFLAGS) # Suppress unused-value warnings in sparc64 architecture headers ccflags-$(CONFIG_SPARC64) += -Wno-unused-value +$(MODULE)-objs += cityhash.o $(MODULE)-objs += zfeature_common.o $(MODULE)-objs += zfs_comutil.o $(MODULE)-objs += zfs_deleg.o |