mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Add bmi088 driver code which implements accelerometer and gyroscope part of the IMU. Bug 4190630 Change-Id: I653e928e594b67df61e3de35359b87436a80b60d Signed-off-by: Hanna Mofid <hmofid@nvidia.com> Signed-off-by: Gautham Srinivasan <gauthams@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2931645 Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
6 lines
160 B
Makefile
6 lines
160 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
bmi088-objs := bmi088_core.o bmi088_iio.o
|
|
obj-m += bmi088.o
|