7 lines
159 B
Makefile
7 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
|