aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/freebsd/linux/Makefile.am
blob: df902b87a15052de061e0258d416c9bb4a5fe4d1 (plain)
1
2
3
4
5
6
7
8
KERNEL_H = \
	compiler.h \
	types.h

if CONFIG_KERNEL
kerneldir = @prefix@/src/zfs-$(VERSION)/include/linux
kernel_HEADERS = $(KERNEL_H)
endif