sensors: lsm6ds0: move lsm6ds0 to own directory under drivers/sensor/
Change-Id: Ia2911f584da30fd583318e9730ad1ec147ba6f8b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8298e9ac27
commit
1ae2b855c1
6 changed files with 5 additions and 4 deletions
|
@ -80,7 +80,7 @@ source "drivers/sensor/lis3mdl/Kconfig"
|
|||
|
||||
source "drivers/sensor/lps25hb/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig.lsm6ds0"
|
||||
source "drivers/sensor/lsm6ds0/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig.lsm9ds0_gyro"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ obj-$(CONFIG_ISL29035) += isl29035/
|
|||
obj-$(CONFIG_LIS3DH) += lis3dh/
|
||||
obj-$(CONFIG_LIS3MDL) += lis3mdl/
|
||||
obj-$(CONFIG_LPS25HB) += lps25hb/
|
||||
obj-$(CONFIG_LSM6DS0) += sensor_lsm6ds0.o
|
||||
obj-$(CONFIG_LSM6DS0) += lsm6ds0/
|
||||
obj-$(CONFIG_LSM9DS0_GYRO) += sensor_lsm9ds0_gyro.o
|
||||
obj-$(CONFIG_LSM9DS0_GYRO_TRIGGER_DRDY) += sensor_lsm9ds0_gyro_trigger.o
|
||||
obj-$(CONFIG_LSM9DS0_MFD) += sensor_lsm9ds0_mfd.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kconfig.lsm6ds0 - LSM6DS0 accelerometer and gyroscope sensor configuration
|
||||
# Kconfig - LSM6DS0 accelerometer and gyroscope sensor configuration
|
||||
# options
|
||||
|
||||
#
|
1
drivers/sensor/lsm6ds0/Makefile
Normal file
1
drivers/sensor/lsm6ds0/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_LSM6DS0) += lsm6ds0.o
|
|
@ -25,7 +25,7 @@
|
|||
#include <misc/byteorder.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
#include "sensor_lsm6ds0.h"
|
||||
#include "lsm6ds0.h"
|
||||
|
||||
static inline int lsm6ds0_reboot(struct device *dev)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue