diff options
author | Ryan Moeller <[email protected]> | 2019-12-19 12:31:16 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-19 09:31:16 -0800 |
commit | a3640486fffc592806c16f5149170ed659c94c2c (patch) | |
tree | 141f174ec0a001d7f5345d6b00362a414b6492bb /scripts/Makefile.am | |
parent | d16a207f2edd19ece593967e7e83b7e2217d04f9 (diff) |
Update zfs.sh work on FreeBSD
Extend the zfs.sh script to load and unload zfs kmods on FreeBSD.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9746
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d275a41c4..1d4306492 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -51,6 +51,7 @@ export KMOD_ZCOMMON=@abs_top_builddir@/module/zcommon/zcommon.ko export KMOD_ZLUA=@abs_top_builddir@/module/lua/zlua.ko export KMOD_ICP=@abs_top_builddir@/module/icp/icp.ko export KMOD_ZFS=@abs_top_builddir@/module/zfs/zfs.ko +export KMOD_FREEBSD=@abs_top_builddir@/module/openzfs.ko endef export EXTRA_ENVIRONMENT |