zfs/include/os/freebsd/linux/Makefile.am

9 lines
143 B
Makefile

KERNEL_H = \
compiler.h \
types.h
if CONFIG_KERNEL
kerneldir = @prefix@/src/zfs-$(VERSION)/include/linux
kernel_HEADERS = $(KERNEL_H)
endif