Home
last modified time | relevance | path

Searched refs:KERNEL_DIR (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/
H A Dcopy-builtin12 KERNEL_DIR="$(readlink --canonicalize-existing "$1")"
18 echo " $0: run configure with --with-linux=$KERNEL_DIR and --enable-linux-builtin." >&2
26 rm -rf "$KERNEL_DIR/include/zfs" "$KERNEL_DIR/fs/zfs"
27 cp --recursive include "$KERNEL_DIR/include/zfs"
28 cp --recursive module "$KERNEL_DIR/fs/zfs"
29 cp zfs_config.h "$KERNEL_DIR/include/zfs/"
31 cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF"
72 add_after "$KERNEL_DIR/fs/Kconfig" 'if BLOCK' 'source "fs/zfs/Kconfig"'
73 add_after "$KERNEL_DIR/fs/Makefile" 'endif' 'obj-$(CONFIG_ZFS) += zfs/'