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

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

View file

@ -68,7 +68,7 @@ source "drivers/sensor/hdc1008/Kconfig"
source "drivers/sensor/hmc5883l/Kconfig" source "drivers/sensor/hmc5883l/Kconfig"
source "drivers/sensor/Kconfig.hp206c" source "drivers/sensor/hp206c/Kconfig"
source "drivers/sensor/Kconfig.hts221" source "drivers/sensor/Kconfig.hts221"

View file

@ -9,7 +9,7 @@ obj-$(CONFIG_BMI160) += bmi160/
obj-$(CONFIG_DHT) += dht/ obj-$(CONFIG_DHT) += dht/
obj-$(CONFIG_HDC1008) += hdc1008/ obj-$(CONFIG_HDC1008) += hdc1008/
obj-$(CONFIG_HMC5883L) += hmc5883l/ obj-$(CONFIG_HMC5883L) += hmc5883l/
obj-$(CONFIG_HP206C) += sensor_hp206c.o obj-$(CONFIG_HP206C) += hp206c/
obj-$(CONFIG_HTS221) += sensor_hts221.o obj-$(CONFIG_HTS221) += sensor_hts221.o
obj-$(CONFIG_HTS221_TRIGGER) += sensor_hts221_trigger.o obj-$(CONFIG_HTS221_TRIGGER) += sensor_hts221_trigger.o
obj-$(CONFIG_ISL29035) += sensor_isl29035.o obj-$(CONFIG_ISL29035) += sensor_isl29035.o

View file

@ -1,4 +1,4 @@
# Kconfig.hp206c - HopeRF Electronic HP206C precision barometer and # Kconfig - HopeRF Electronic HP206C precision barometer and
# altimeter configuration options # altimeter configuration options
# #
# Copyright (c) 2016 Intel Corporation # Copyright (c) 2016 Intel Corporation

View file

@ -0,0 +1 @@
obj-$(CONFIG_HP206C) += hp206c.o

View file

@ -25,7 +25,7 @@
#include <nanokernel.h> #include <nanokernel.h>
#include <gpio.h> #include <gpio.h>
#include "sensor_hp206c.h" #include "hp206c.h"
static inline int hp206c_bus_config(struct device *dev) static inline int hp206c_bus_config(struct device *dev)
{ {