We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c347140 commit dbe8943Copy full SHA for dbe8943
install-driver.sh
@@ -330,9 +330,9 @@ else
330
fi
331
332
if command -v /usr/bin/time >/dev/null 2>&1; then
333
- /usr/bin/time -f "Compile time: %U seconds" dkms build -m ${DRV_NAME} -v ${DRV_VERSION}
+ /usr/bin/time -f "Compile time: %U seconds" dkms build -m ${DRV_NAME} -v ${DRV_VERSION} -k "${KVER}/${KARCH}"
334
else
335
- dkms build -m ${DRV_NAME} -v ${DRV_VERSION}
+ dkms build -m ${DRV_NAME} -v ${DRV_VERSION} -k "${KVER}/${KARCH}"
336
337
RESULT=$?
338
0 commit comments