Skip to content

Commit

Permalink
Merge #218
Browse files Browse the repository at this point in the history
  • Loading branch information
ivatet-amd committed Jun 21, 2024
2 parents 6f726b0 + 413b55d commit 0caeee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/onload_misc/dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PACKAGE_VERSION=
# We quote make to avoid a misfeature of DKMS which adds a definition
# of KERNELRELEASE, which should only be defined by kbuild.
if which onload_uninstall >/dev/null 2>&1; then
MAKE[0]="${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/scripts/onload_install --newkernel ${kernelver}"
MAKE[0]="unset CC; ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/scripts/onload_install --newkernel ${kernelver}"
else
MAKE[0]="${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/scripts/onload_install"
MAKE[0]="unset CC; ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/scripts/onload_install"
fi

#CLEAN="${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/source/scripts/onload_misc/onload_uninstall"
Expand Down

0 comments on commit 0caeee8

Please sign in to comment.