]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - spl/include/sys/fs/Makefile.am
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
[mirror_ubuntu-bionic-kernel.git] / spl / include / sys / fs / Makefile.am
diff --git a/spl/include/sys/fs/Makefile.am b/spl/include/sys/fs/Makefile.am
new file mode 100644 (file)
index 0000000..581083e
--- /dev/null
@@ -0,0 +1,13 @@
+COMMON_H =
+
+KERNEL_H = \
+       $(top_srcdir)/include/sys/fs/swapnode.h
+
+USER_H =
+
+EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
+
+if CONFIG_KERNEL
+kerneldir = @prefix@/src/spl-$(VERSION)/include/sys/fs
+kernel_HEADERS = $(KERNEL_H)
+endif