mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
7513807320
There's no need to specify the srcdir explicitly in _HEADERS and EXTRA_DIST. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10493
31 lines
495 B
Makefile
31 lines
495 B
Makefile
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_context_os.h \
|
|
zfs_ctldir.h \
|
|
zfs_dir.h \
|
|
zfs_vfsops.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
|