sensors: hdc1008: move hdc1008 to own directory under drivers/sensor/
Change-Id: If1a7805ab2053b3588318c2a3d5b549a667cb0fb Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9078ad7982
commit
37cf07df27
6 changed files with 5 additions and 4 deletions
|
@ -64,7 +64,7 @@ source "drivers/sensor/bmi160/Kconfig"
|
|||
|
||||
source "drivers/sensor/dht/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig.hdc1008"
|
||||
source "drivers/sensor/hdc1008/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig.hmc5883l"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ obj-$(CONFIG_BME280) += bme280/
|
|||
obj-$(CONFIG_BMG160) += bmg160/
|
||||
obj-$(CONFIG_BMI160) += bmi160/
|
||||
obj-$(CONFIG_DHT) += dht/
|
||||
obj-$(CONFIG_HDC1008) += sensor_hdc1008.o
|
||||
obj-$(CONFIG_HDC1008) += hdc1008/
|
||||
obj-$(CONFIG_HMC5883L) += sensor_hmc5883l.o
|
||||
obj-$(CONFIG_HMC5883L_TRIGGER) += sensor_hmc5883l_trigger.o
|
||||
obj-$(CONFIG_HP206C) += sensor_hp206c.o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kconfig.hdc1008 - HDC1008 temperature and humidity sensor configuration options
|
||||
# Kconfig - HDC1008 temperature and humidity sensor configuration options
|
||||
|
||||
#
|
||||
# Copyright (c) 2016 Intel Corporation
|
1
drivers/sensor/hdc1008/Makefile
Normal file
1
drivers/sensor/hdc1008/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_HDC1008) += hdc1008.o
|
|
@ -22,7 +22,7 @@
|
|||
#include <misc/util.h>
|
||||
#include <misc/__assert.h>
|
||||
|
||||
#include "sensor_hdc1008.h"
|
||||
#include "hdc1008.h"
|
||||
|
||||
static void hdc1008_gpio_callback(struct device *dev,
|
||||
struct gpio_callback *cb, uint32_t pins)
|
Loading…
Add table
Add a link
Reference in a new issue