Skip to content

Commit

Permalink
Point dkms build at installed source tree, rather than build directory.
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Prince <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#2776
  • Loading branch information
tomprince authored and behlendorf committed Oct 9, 2014
1 parent fee48fd commit f178ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dkms.mkconf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PRE_BUILD="configure
--with-config=kernel
--with-linux=\${kernel_source_dir}
--with-linux-obj=\${kernel_source_dir}
--with-spl=\${dkms_tree}/spl/\${PACKAGE_VERSION}/build
--with-spl=\${$source_tree}/spl-\${PACKAGE_VERSION}/
--with-spl-obj=\${dkms_tree}/spl/\${PACKAGE_VERSION}/\${kernelver}/\${arch}
--with-spl-timeout=300
\$(
Expand Down

0 comments on commit f178ade

Please sign in to comment.