This commit is contained in:
Aditya Garg 2025-05-29 00:32:36 +05:30 committed by GitHub
commit 9c0b28c5c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -18,6 +18,4 @@ clean:
make -C $(KDIR)/build M=$(shell pwd) clean
install:
mkdir -p $(KDIR)/updates/
cp snd-hda-codec-cs8409.ko $(KDIR)/updates/
depmod -a
make -C $(KDIR)/build M=$(shell pwd) modules_install

7
dkms.conf Normal file
View file

@ -0,0 +1,7 @@
PACKAGE_NAME="snd-hda-codec-cs8409"
PACKAGE_VERSION="1.0"
MAKE[0]="make KVERSION=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="snd-hda-codec-cs8409"
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
AUTOINSTALL="yes"