aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/Makefile.am
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-09-25 09:20:30 -0700
committerBrian Behlendorf <[email protected]>2019-09-25 09:20:30 -0700
commit5df7e9d85ced424292e8312a7848b6092a29c930 (patch)
tree391e1488d4a8081ce22c7401c6392a72dc661c13 /include/sys/Makefile.am
parentd359e99c38f66732d42278c32d52cfcf1839aa4f (diff)
OpenZFS restructuring - zvol
Refactor the zvol in to platform dependent and independent bits. Reviewed-by: Allan Jude <[email protected]> Reviewed-by: Jorgen Lundman <[email protected]> Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9295
Diffstat (limited to 'include/sys/Makefile.am')
-rw-r--r--include/sys/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am
index 897b7e1cc..2ac6a2b8d 100644
--- a/include/sys/Makefile.am
+++ b/include/sys/Makefile.am
@@ -125,7 +125,8 @@ COMMON_H = \
KERNEL_H = \
$(top_srcdir)/include/sys/zfs_ioctl.h \
$(top_srcdir)/include/sys/zfs_onexit.h \
- $(top_srcdir)/include/sys/zvol.h
+ $(top_srcdir)/include/sys/zvol.h \
+ $(top_srcdir)/include/sys/zvol_impl.h
USER_H =