diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:26:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:26:46 (GMT) |
commit | 627f7d488817e308d6f3a92fd9a877723ac7ae1d (patch) | |
tree | 554a3c53c90b20da5bd0da0c8da67a9b169bd10f /snd-alpx/dkms.conf |
import snd-alpx V3.4.3
Diffstat (limited to 'snd-alpx/dkms.conf')
-rw-r--r-- | snd-alpx/dkms.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/snd-alpx/dkms.conf b/snd-alpx/dkms.conf new file mode 100644 index 0000000..4af6f73 --- /dev/null +++ b/snd-alpx/dkms.conf @@ -0,0 +1,10 @@ +PACKAGE_VERSION="3.4.3" +PACKAGE_NAME="snd-alpx" +CLEAN="make clean" +MAKE[0]="make -Bj KERNEL_VERSION=${kernelver} all" +BUILT_MODULE_NAME[0]="snd-alpx" +BUILT_MODULE_NAME[1]="snd-alpx-xdma" +DEST_MODULE_LOCATION[0]="/extra/digigram" +DEST_MODULE_LOCATION[1]="/extra/digigram" +AUTOINSTALL="yes" +BUILD_EXCLUSIVE_ARCH="x86_64" |