Commit Graph

6 Commits

Author SHA1 Message Date
xaizek
e315b9db4a Revert "Makefile: don't install the file as is for DKMS"
This reverts commit ebbe59b205.

It caused difficulties with packaging the module which require relevant
knowledge to resolve.  So far it seems simpler to revert this
modification.
2025-06-18 20:43:11 +03:00
xaizek
ebbe59b205 Makefile: don't install the file as is for DKMS
Using the whole Makefile results in DKMS running commands unrelated to
the build process (like git commands) which only produce confusing error
output.

Just write `obj-m += nct6687.o` to the Makefile for DKMS as that's the
only thing necessary for it to work.

This also gets rid of `MAKE[0]` in `dkms.conf`.
2025-06-15 11:54:46 +03:00
llyyr
5c564bb92b Remove dkms' deprecated REMAKE_INITRD option
Fixes #57
2023-02-22 08:31:41 +05:30
TTtie
185e6c2b2f Fix DKMS building for incorrect versions
This commit fixes an issue where the module is built using
the currently running kernel version instead of the new one
when a DKMS build is triggered.
2022-06-18 13:50:15 +00:00
Taha
3ecd1f64f0 Added DKMS Support 2022-04-22 19:17:25 +03:00
Taha
2736c13323 Added DKMS Support 2022-04-22 18:54:00 +03:00