Skip to content

Commit

Permalink
kmod: add KERNEL_UNAME= to make clean
Browse files Browse the repository at this point in the history
Co-Developed-By: Andreas Beckmann <anbe@debian.org>
  • Loading branch information
hack3ric committed Feb 11, 2025
1 parent a4d6deb commit 0187db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmod/dkms.conf.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="#MODULE_VERSION#"
MAKE[0]="make KERNEL_UNAME=$kernelver @@EXTRA_OPTS@@"
CLEAN="make clean"
CLEAN="make clean KERNEL_UNAME=$kernelver"
BUILT_MODULE_NAME[0]="mimic"
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
AUTOINSTALL="yes"

0 comments on commit 0187db0

Please sign in to comment.