]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/os/linux/kernel/linux/Makefile.am
Vendor import of openzfs master @ 184df27eef0abdc7ab2105b21257f753834b936b
[FreeBSD/FreeBSD.git] / include / os / linux / kernel / linux / Makefile.am
1 KERNEL_H = \
2         dcache_compat.h \
3         xattr_compat.h \
4         vfs_compat.h \
5         blkdev_compat.h \
6         utsname_compat.h \
7         kmap_compat.h \
8         percpu_compat.h \
9         simd.h \
10         simd_x86.h \
11         simd_aarch64.h \
12         simd_powerpc.h \
13         mod_compat.h \
14         page_compat.h \
15         compiler_compat.h
16
17 if CONFIG_KERNEL
18 if BUILD_LINUX
19 kerneldir = @prefix@/src/zfs-$(VERSION)/include/linux
20 kernel_HEADERS = $(KERNEL_H)
21 endif
22 endif