summaryrefslogtreecommitdiffstats
path: root/include/sys/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/fs/Makefile.am')
-rw-r--r--include/sys/fs/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sys/fs/Makefile.am b/include/sys/fs/Makefile.am
deleted file mode 100644
index 581083e9c..000000000
--- a/include/sys/fs/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-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