config/dracut/90zfs: handle cases where hostid(1) returns all zeros
[zfs.git] / include / os / linux / spl / sys / Makefile.am
blob0fd4cd37a7ec53a43032c00a37fa4c5b148a9599
1 KERNEL_H = \
2         acl.h \
3         atomic.h \
4         byteorder.h \
5         callb.h \
6         callo.h \
7         cmn_err.h \
8         condvar.h \
9         console.h \
10         cred.h \
11         ctype.h \
12         debug.h \
13         disp.h \
14         dkio.h \
15         errno.h \
16         fcntl.h \
17         file.h \
18         inttypes.h \
19         isa_defs.h \
20         kmem_cache.h \
21         kmem.h \
22         kstat.h \
23         list.h \
24         mod_os.h \
25         mutex.h \
26         param.h \
27         processor.h \
28         proc.h \
29         procfs_list.h \
30         random.h \
31         rwlock.h \
32         shrinker.h \
33         sid.h \
34         signal.h \
35         simd.h \
36         stat.h \
37         strings.h \
38         sunddi.h \
39         sysmacros.h \
40         systeminfo.h \
41         taskq.h \
42         thread.h \
43         time.h \
44         timer.h \
45         trace.h \
46         trace_spl.h \
47         trace_taskq.h \
48         tsd.h \
49         types32.h \
50         types.h \
51         uio.h \
52         user.h \
53         vfs.h \
54         vmem.h \
55         vmsystm.h \
56         vnode.h \
57         wait.h \
58         zmod.h \
59         zone.h
61 if CONFIG_KERNEL
62 kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/sys
63 kernel_HEADERS = $(KERNEL_H)
64 endif