diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:56:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:56:00 (GMT) |
commit | af6bfbbd2496b1f5aa02b94caff4e6f988fa32c9 (patch) | |
tree | 45bebb68a0bf3bfc2fff1646f6fa0f4b976fba57 /snd-alpx-dkms/snd-alpx/dkms.conf | |
parent | 7035064ca063fdf15669ceb790ecef1e5ed054b0 (diff) |
rename package to snd-alpx-dkms
Diffstat (limited to 'snd-alpx-dkms/snd-alpx/dkms.conf')
-rw-r--r-- | snd-alpx-dkms/snd-alpx/dkms.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/snd-alpx-dkms/snd-alpx/dkms.conf b/snd-alpx-dkms/snd-alpx/dkms.conf new file mode 100644 index 0000000..4af6f73 --- /dev/null +++ b/snd-alpx-dkms/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" |