Skip to content

Commit

Permalink
built-in test
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d3z3r0 committed Dec 2, 2019
1 parent a649e78 commit e6a00fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copy-builtin
Expand Up @@ -41,6 +41,8 @@ scripts/make_gitrev.sh || true
rm -rf "$KERNEL_DIR/include/zfs" "$KERNEL_DIR/fs/zfs"
cp --recursive include "$KERNEL_DIR/include/zfs"
cp --recursive module "$KERNEL_DIR/fs/zfs"
mkdir "$KERNEL_DIR/fs/contrib"
cp --recursive contrib/zstd "$KERNEL_DIR/fs/contrib"
cp zfs_config.h "$KERNEL_DIR/include/zfs/"

for MODULE in "${MODULES[@]}"
Expand Down

0 comments on commit e6a00fe

Please sign in to comment.