diff options
| author | Milan Misic <twoexem@gmail.com> | 2026-03-25 22:31:09 +0100 |
|---|---|---|
| committer | Milan Misic <twoexem@gmail.com> | 2026-03-25 22:31:09 +0100 |
| commit | 92092c07b83220bdb9b9cdd9141c9479d469160e (patch) | |
| tree | 8eaaeb103f2da04015b675e423d87413dab525e8 /usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf | |
| parent | d3f203e7be8846871eed110edc9bed4185ece4bb (diff) | |
Actually bump the version everywhere this time, minor postinst fixes
Diffstat (limited to 'usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf')
| -rw-r--r-- | usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf b/usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf new file mode 100644 index 0000000..caabebd --- /dev/null +++ b/usr/src/st-lsm6dsx-shift13mi-1.1/dkms.conf @@ -0,0 +1,14 @@ +PACKAGE_NAME="st-lsm6dsx-shift13mi" +PACKAGE_VERSION="1.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" + |
