diff options
author | Christian Pointner <equinox@helsinki.at> | 2025-05-08 17:45:06 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2025-05-08 17:45:06 (GMT) |
commit | e540c2f827bd7c81915b00000e440d91b450b034 (patch) | |
tree | fd0525b5425220413f4a54434b1eeb1a2c7a2f56 /snd-pcxhr/src/dkms.conf | |
parent | 829bf65b9d6813528cf83a99503955d8894b5bde (diff) |
Diffstat (limited to 'snd-pcxhr/src/dkms.conf')
-rw-r--r-- | snd-pcxhr/src/dkms.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/snd-pcxhr/src/dkms.conf b/snd-pcxhr/src/dkms.conf new file mode 100644 index 0000000..e43bdfb --- /dev/null +++ b/snd-pcxhr/src/dkms.conf @@ -0,0 +1,8 @@ +PACKAGE_NAME="snd-pcxhr" +PACKAGE_VERSION="2.0.13" +CLEAN="make clean" +MAKE[0]="make all KVERSION=$kernelver" +BUILT_MODULE_NAME[0]="snd-pcxhr" +DEST_MODULE_NAME[0]="snd-pcxhr-ng" +DEST_MODULE_LOCATION[0]="/updates" +AUTOINSTALL="yes" |