diff options
| author | Milan Misic <twoexem@gmail.com> | 2026-03-25 17:31:39 +0100 |
|---|---|---|
| committer | Milan Misic <twoexem@gmail.com> | 2026-03-25 17:31:39 +0100 |
| commit | e58e13c7244236fb518935635df5bf6c579d03ae (patch) | |
| tree | bf31668528598a78377cccbe3897ea533999a383 /usr/src/st-lsm6dsx-shift13mi-0.1/dkms.conf | |
| parent | 2254fe40d06c6739b768995f87fdd71f0693682b (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.conf | 14 |
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" + |
