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
Linux 4.15 compat: timer updates
[zfs.git]
/
include
/
rpc
/
Makefile.am
blob
cfc824685dae2b4a84fb9eb9308987b2a3a8e728
1
COMMON_H =
2
3
KERNEL_H = \
4
$(top_srcdir)/include/rpc/types.h \
5
$(top_srcdir)/include/rpc/xdr.h
6
7
USER_H =
8
9
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
10
11
if CONFIG_KERNEL
12
kerneldir = @prefix@/src/spl-$(VERSION)/include/rpc
13
kernel_HEADERS = $(KERNEL_H)
14
endif