aboutsummaryrefslogtreecommitdiff
path: root/include/os/linux/zfs/sys/Makefile.am
blob: a5f2502d20e81d87bb1c7d074eb4ffae45eecf29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
KERNEL_H = \
	policy.h \
	sha2.h \
	trace_acl.h \
	trace_arc.h \
	trace_common.h \
	trace_zfs.h \
	trace_dbgmsg.h \
	trace_dbuf.h \
	trace_dmu.h \
	trace_dnode.h \
	trace_multilist.h \
	trace_rrwlock.h \
	trace_txg.h \
	trace_vdev.h \
	trace_zil.h \
	trace_zio.h \
	trace_zrlock.h \
	zfs_bootenv_os.h \
	zfs_context_os.h \
	zfs_ctldir.h \
	zfs_dir.h \
	zfs_vfsops_os.h \
	zfs_vnops.h \
	zfs_znode_impl.h \
	zpl.h

if CONFIG_KERNEL
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys
kernel_HEADERS = $(KERNEL_H)
endif