repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
config/dracut/90zfs: handle cases where hostid(1) returns all zeros
[zfs.git]
/
include
/
sys
/
fs
/
Makefile.am
blob
6a93053c8e2bbde707f8499c034774490ea1b08f
1
COMMON_H = \
2
zfs.h
3
4
if CONFIG_USER
5
libzfsdir = $(includedir)/libzfs/sys/fs
6
libzfs_HEADERS = $(COMMON_H)
7
endif
8
9
if CONFIG_KERNEL
10
if BUILD_LINUX
11
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fs
12
kernel_HEADERS = $(COMMON_H)
13
endif
14
endif