sensors: lsm9ds0_mfd: move lsm9ds0_mfd to own directory under drivers/sensor/

Change-Id: If07b2a73a8acad7f89f650ec304199961a629e28
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-10-15 08:19:59 -04:00 committed by Anas Nashif
commit 109cfe5889
6 changed files with 5 additions and 4 deletions

View file

@ -84,7 +84,7 @@ source "drivers/sensor/lsm6ds0/Kconfig"
source "drivers/sensor/lsm9ds0_gyro/Kconfig"
source "drivers/sensor/Kconfig.lsm9ds0_mfd"
source "drivers/sensor/lsm9ds0_mfd/Kconfig"
source "drivers/sensor/Kconfig.max44009"

View file

@ -17,7 +17,7 @@ obj-$(CONFIG_LIS3MDL) += lis3mdl/
obj-$(CONFIG_LPS25HB) += lps25hb/
obj-$(CONFIG_LSM6DS0) += lsm6ds0/
obj-$(CONFIG_LSM9DS0_GYRO) += lsm9ds0_gyro/
obj-$(CONFIG_LSM9DS0_MFD) += sensor_lsm9ds0_mfd.o
obj-$(CONFIG_LSM9DS0_MFD) += lsm9ds0_mfd/
obj-$(CONFIG_MAX44009) += sensor_max44009.o
obj-$(CONFIG_MCP9808) += sensor_mcp9808.o
obj-$(CONFIG_MCP9808_TRIGGER) += sensor_mcp9808_trigger.o

View file

@ -1,4 +1,4 @@
# Kconfig.lsm9ds0_mfd - LSM9DS0 accelerometer, magnetometer and temperature
# Kconfig - LSM9DS0 accelerometer, magnetometer and temperature
# configuration options
#

View file

@ -0,0 +1 @@
obj-$(CONFIG_LSM9DS0_MFD) += lsm9ds0_mfd.o

View file

@ -27,7 +27,7 @@
#include <gpio.h>
#include "sensor_lsm9ds0_mfd.h"
#include "lsm9ds0_mfd.h"
static inline int lsm9ds0_mfd_reboot_memory(struct device *dev)
{