aboutsummaryrefslogtreecommitdiff
path: root/usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf
diff options
context:
space:
mode:
authorMilan Misic <twoexem@gmail.com>2026-03-25 17:31:39 +0100
committerMilan Misic <twoexem@gmail.com>2026-03-25 17:31:39 +0100
commite58e13c7244236fb518935635df5bf6c579d03ae (patch)
treebf31668528598a78377cccbe3897ea533999a383 /usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf
parent2254fe40d06c6739b768995f87fdd71f0693682b (diff)
Created .deb structure, wrote control, postinst and prerm files
Diffstat (limited to 'usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf')
-rw-r--r--usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf b/usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf
new file mode 100644
index 0000000..bb13d3b
--- /dev/null
+++ b/usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf
@@ -0,0 +1,14 @@
+PACKAGE_NAME="st-lsm6dsx-shift13mi"
+PACKAGE_VERSION="0.1"
+
+BUILT_MODULE_NAME[0]="st_lsm6dsx_i2c"
+
+BUILT_MODULE_LOCATION[0]=""
+
+DEST_MODULE_LOCATION[0]="/kernel/drivers/iio/imu/st_lsm6dsx/"
+
+AUTOINSTALL="yes"
+
+MAKE="make -C /usr/lib/modules/${kernelver}/build M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
+CLEAN="make -C /usr/lib/modules/${kernelver}/build M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
+