]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - spl/include/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 / fs / Makefile.am
CommitLineData
70e083d2
TG
1COMMON_H =
2
3KERNEL_H = \
4 $(top_srcdir)/include/fs/fs_subr.h
5
6USER_H =
7
8EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
9
10if CONFIG_KERNEL
11kerneldir = @prefix@/src/spl-$(VERSION)/include/fs
12kernel_HEADERS = $(KERNEL_H)
13endif