diff options
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" |