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
/
crypto
/
Makefile.am
blob
eb31f6a4574358388b928fdd6ccfa79dee56a34d
1
COMMON_H = \
2
api.h \
3
common.h \
4
icp.h
5
6
if CONFIG_USER
7
libzfsdir = $(includedir)/libzfs/sys/crypto
8
libzfs_HEADERS = $(COMMON_H)
9
endif
10
11
if CONFIG_KERNEL
12
if BUILD_LINUX
13
kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/crypto
14
kernel_HEADERS = $(COMMON_H)
15
endif
16
endif