]> git.proxmox.com Git - mirror_zfs.git/blame - include/sys/Makefile.am
Add device rebuild feature
[mirror_zfs.git] / include / sys / Makefile.am
CommitLineData
d99a0153 1SUBDIRS = fm fs crypto lua sysevent
6283f55e
BB
2
3COMMON_H = \
75138073
AS
4 abd.h \
5 abd_impl.h \
6 aggsum.h \
7 arc.h \
8 arc_impl.h \
9 avl.h \
10 avl_impl.h \
11 bitops.h \
12 blkptr.h \
13 bplist.h \
14 bpobj.h \
15 bptree.h \
16 btree.h \
17 bqueue.h \
18 dataset_kstats.h \
19 dbuf.h \
20 ddt.h \
21 dmu.h \
22 dmu_impl.h \
23 dmu_objset.h \
24 dmu_recv.h \
25 dmu_redact.h \
26 dmu_send.h \
27 dmu_traverse.h \
28 dmu_tx.h \
29 dmu_zfetch.h \
30 dnode.h \
31 dsl_bookmark.h \
32 dsl_dataset.h \
33 dsl_deadlist.h \
34 dsl_deleg.h \
35 dsl_destroy.h \
36 dsl_dir.h \
37 dsl_crypt.h \
38 dsl_pool.h \
39 dsl_prop.h \
40 dsl_scan.h \
41 dsl_synctask.h \
42 dsl_userhold.h \
43 edonr.h \
44 efi_partition.h \
45 frame.h \
46 hkdf.h \
47 metaslab.h \
48 metaslab_impl.h \
49 mmp.h \
50 mntent.h \
51 mod.h \
52 multilist.h \
53 note.h \
54 nvpair.h \
55 nvpair_impl.h \
56 objlist.h \
57 pathname.h \
58 qat.h \
59 range_tree.h \
60 refcount.h \
61 rrwlock.h \
62 sa.h \
63 sa_impl.h \
64 skein.h \
65 spa_boot.h \
66 spa_checkpoint.h \
67 spa_log_spacemap.h \
68 space_map.h \
69 space_reftree.h \
70 spa.h \
71 spa_impl.h \
72 spa_checksum.h \
73 sysevent.h \
74 txg.h \
75 txg_impl.h \
76 u8_textprep_data.h \
77 u8_textprep.h \
78 uberblock.h \
79 uberblock_impl.h \
80 uio_impl.h \
81 unique.h \
82 uuid.h \
83 vdev_disk.h \
84 vdev_file.h \
85 vdev.h \
86 vdev_impl.h \
87 vdev_indirect_births.h \
88 vdev_indirect_mapping.h \
89 vdev_initialize.h \
90 vdev_raidz.h \
91 vdev_raidz_impl.h \
9a49d3f3 92 vdev_rebuild.h \
75138073
AS
93 vdev_removal.h \
94 vdev_trim.h \
95 xvattr.h \
96 zap.h \
97 zap_impl.h \
98 zap_leaf.h \
99 zcp.h \
100 zcp_global.h \
101 zcp_iter.h \
102 zcp_prop.h \
103 zcp_set.h \
104 zfeature.h \
105 zfs_acl.h \
106 zfs_context.h \
107 zfs_debug.h \
108 zfs_delay.h \
109 zfs_file.h \
110 zfs_fuid.h \
111 zfs_project.h \
112 zfs_quota.h \
113 zfs_ratelimit.h \
114 zfs_rlock.h \
115 zfs_sa.h \
116 zfs_stat.h \
117 zfs_sysfs.h \
118 zfs_znode.h \
119 zil.h \
120 zil_impl.h \
121 zio_checksum.h \
122 zio_compress.h \
123 zio_crypt.h \
124 zio.h \
125 zio_impl.h \
126 zio_priority.h \
127 zrlock.h \
128 zthr.h
6283f55e
BB
129
130KERNEL_H = \
75138073
AS
131 zfs_ioctl.h \
132 zfs_ioctl_impl.h \
133 zfs_onexit.h \
134 zvol.h \
135 zvol_impl.h
6283f55e 136
6283f55e
BB
137if CONFIG_USER
138libzfsdir = $(includedir)/libzfs/sys
6b99fc06 139libzfs_HEADERS = $(COMMON_H)
6283f55e
BB
140endif
141
142if CONFIG_KERNEL
4d8e68c4 143if BUILD_LINUX
3cd33ffc 144kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys
6283f55e
BB
145kernel_HEADERS = $(COMMON_H) $(KERNEL_H)
146endif
4d8e68c4 147endif