diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-10-03 20:04:04 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-10-03 20:06:47 +0300 |
| commit | 438a3e1407565dbd1d8ceb3981f4830a723a3c3c (patch) | |
| tree | 6091e5c9d14b113a1e6b5b89aee42fbc5b90d477 /dkms/dkms.conf | |
| parent | e0a173f3265be8efcbd4a6f34df6c5713d988b15 (diff) | |
| download | hid-tmff2-438a3e1407565dbd1d8ceb3981f4830a723a3c3c.tar.gz hid-tmff2-438a3e1407565dbd1d8ceb3981f4830a723a3c3c.zip | |
Silence deprecation warning with DKMS >= 3.1.8
Diffstat (limited to 'dkms/dkms.conf')
| -rw-r--r-- | dkms/dkms.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dkms/dkms.conf b/dkms/dkms.conf index 25a631e..d8e334e 100644 --- a/dkms/dkms.conf +++ b/dkms/dkms.conf @@ -7,7 +7,7 @@ AUTOINSTALL="yes" # Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting # the 'make' command name to suppress this behavior. MAKE[0]="'make' KDIR=\"$kernel_source_dir\"" -CLEAN[0]="'make' KDIR=\"$kernel_source_dir\" clean" +CLEAN[0]=true # The list of kernel modules. #__DKMS_MODULES |
