summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/dkms.conf b/dkms.conf
new file mode 100644
index 000000000000..2ded12d00ea6
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,7 @@
+PACKAGE_NAME="rtl88x2ce"
+PACKAGE_VERSION="@PKGVER@"
+BUILT_MODULE_NAME="88x2ce"
+MAKE="'make' -j${nproc} KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
+CLEAN="'make' clean"
+DEST_MODULE_LOCATION="/kernel/drivers/net/wireless"
+AUTOINSTALL="yes" \ No newline at end of file