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:
Anas Nashif 2016-10-15 08:19:58 -04:00 committed by Anas Nashif
commit 1ae2b855c1
6 changed files with 5 additions and 4 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,4 +1,4 @@
# Kconfig.lsm6ds0 - LSM6DS0 accelerometer and gyroscope sensor configuration
# Kconfig - LSM6DS0 accelerometer and gyroscope sensor configuration
# options
#

View file

@ -0,0 +1 @@
obj-$(CONFIG_LSM6DS0) += lsm6ds0.o

View file

@ -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)
{