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:
parent
81c564a675
commit
109cfe5889
6 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kconfig.lsm9ds0_mfd - LSM9DS0 accelerometer, magnetometer and temperature
|
||||
# Kconfig - LSM9DS0 accelerometer, magnetometer and temperature
|
||||
# configuration options
|
||||
|
||||
#
|
1
drivers/sensor/lsm9ds0_mfd/Makefile
Normal file
1
drivers/sensor/lsm9ds0_mfd/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_LSM9DS0_MFD) += lsm9ds0_mfd.o
|
|
@ -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)
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue