autoconf: single-step includes

Still descend, but only once: we get a lot of mileage out of nodist_

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13316
This commit is contained in:
наб
2022-04-09 14:37:22 +02:00
committed by Brian Behlendorf
parent 5cdca5b1da
commit 09a7ad38a5
27 changed files with 375 additions and 533 deletions
-1
View File
@@ -1 +0,0 @@
SUBDIRS = linux
-22
View File
@@ -1,22 +0,0 @@
KERNEL_H = \
dcache_compat.h \
xattr_compat.h \
vfs_compat.h \
blkdev_compat.h \
utsname_compat.h \
kmap_compat.h \
percpu_compat.h \
simd.h \
simd_x86.h \
simd_aarch64.h \
simd_powerpc.h \
mod_compat.h \
page_compat.h \
compiler_compat.h
if CONFIG_KERNEL
if BUILD_LINUX
kerneldir = @prefix@/src/zfs-$(VERSION)/include/linux
kernel_HEADERS = $(KERNEL_H)
endif
endif