]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - spl/include/Makefile.am
UBUNTU: [Packaging] dkms -- build zfs/spl packages
[mirror_ubuntu-bionic-kernel.git] / spl / include / Makefile.am
CommitLineData
70e083d2
TG
1SUBDIRS = fs linux rpc sharefs sys util vm
2
3COMMON_H =
4
5KERNEL_H = \
6 $(top_srcdir)/include/splat-ctl.h \
7 $(top_srcdir)/include/spl-ctl.h \
8 $(top_srcdir)/include/strings.h \
9 $(top_srcdir)/include/unistd.h
10
11USER_H =
12
13EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
14
15if CONFIG_KERNEL
16kerneldir = @prefix@/src/spl-$(VERSION)/include
17kernel_HEADERS = $(KERNEL_H)
18endif