aboutsummaryrefslogtreecommitdiffstats
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.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/fs/Makefile.am b/include/sys/fs/Makefile.am
index 351745786..6a93053c8 100644
--- a/include/sys/fs/Makefile.am
+++ b/include/sys/fs/Makefile.am
@@ -7,6 +7,8 @@ libzfs_HEADERS = $(COMMON_H)
endif
if CONFIG_KERNEL
+if BUILD_LINUX
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fs
kernel_HEADERS = $(COMMON_H)
endif
+endif