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:
parent
623b43f5dc
commit
348e61dcdc
5 changed files with 4 additions and 3 deletions
|
@ -100,4 +100,4 @@ source "drivers/sensor/th02/Kconfig"
|
|||
|
||||
source "drivers/sensor/tmp007/Kconfig"
|
||||
|
||||
source "drivers/sensor/Kconfig.tmp112"
|
||||
source "drivers/sensor/tmp112/Kconfig"
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Kconfig.tmp112 - TMP112 temperature sensor configuration options
|
||||
# Kconfig - TMP112 temperature sensor configuration options
|
||||
|
||||
#
|
||||
# Copyright (c) 2016 Firmwave
|
1
drivers/sensor/tmp112/Makefile
Normal file
1
drivers/sensor/tmp112/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
obj-$(CONFIG_TMP112) += tmp112.o
|
Loading…
Add table
Add a link
Reference in a new issue