mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-19 02:41:00 +03:00
8 lines
159 B
Makefile
8 lines
159 B
Makefile
|
KERNEL_H = \
|
||
|
$(top_srcdir)/include/spl/rpc/xdr.h
|
||
|
|
||
|
if CONFIG_KERNEL
|
||
|
kerneldir = @prefix@/src/zfs-$(VERSION)/include/spl/rpc
|
||
|
kernel_HEADERS = $(KERNEL_H)
|
||
|
endif
|