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

Change-Id: I85023f60ee3c5303a6c065f8ee1b238106b13e49
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-10-15 08:20:03 -04:00
commit 348e61dcdc
5 changed files with 4 additions and 3 deletions

View file

@ -100,4 +100,4 @@ source "drivers/sensor/th02/Kconfig"
source "drivers/sensor/tmp007/Kconfig"
source "drivers/sensor/Kconfig.tmp112"
source "drivers/sensor/tmp112/Kconfig"

View file

@ -25,4 +25,4 @@ obj-$(CONFIG_SHT3XD) += sht3xd/
obj-$(CONFIG_SX9500) += sx9500/
obj-$(CONFIG_TH02) += th02/
obj-$(CONFIG_TMP007) += tmp007/
obj-$(CONFIG_TMP112) += sensor_tmp112.o
obj-$(CONFIG_TMP112) += tmp112/

View file

@ -1,4 +1,4 @@
# Kconfig.tmp112 - TMP112 temperature sensor configuration options
# Kconfig - TMP112 temperature sensor configuration options
#
# Copyright (c) 2016 Firmwave

View file

@ -0,0 +1 @@
obj-$(CONFIG_TMP112) += tmp112.o