summaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/Makefile
diff options
context:
space:
mode:
authorCrestez Dan Leonard2016-03-29 18:14:27 +0200
committerJonathan Cameron2016-04-03 12:14:01 +0200
commitfa4c9c93e93f429bb8a8b01c53d54d6bd53a3028 (patch)
tree0908059919731e28a1d9754370392ff2c2ce0f49 /drivers/iio/pressure/Makefile
parentiio: Add channel for UV index (diff)
downloadkernel-qcow2-linux-fa4c9c93e93f429bb8a8b01c53d54d6bd53a3028.tar.gz
kernel-qcow2-linux-fa4c9c93e93f429bb8a8b01c53d54d6bd53a3028.tar.xz
kernel-qcow2-linux-fa4c9c93e93f429bb8a8b01c53d54d6bd53a3028.zip
hp206c: Initial support for reading sensor values
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/Makefile')
-rw-r--r--drivers/iio/pressure/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/Makefile b/drivers/iio/pressure/Makefile
index d336af14f3fe..6e60863c1086 100644
--- a/drivers/iio/pressure/Makefile
+++ b/drivers/iio/pressure/Makefile
@@ -17,6 +17,7 @@ obj-$(CONFIG_IIO_ST_PRESS) += st_pressure.o
st_pressure-y := st_pressure_core.o
st_pressure-$(CONFIG_IIO_BUFFER) += st_pressure_buffer.o
obj-$(CONFIG_T5403) += t5403.o
+obj-$(CONFIG_HP206C) += hp206c.o
obj-$(CONFIG_IIO_ST_PRESS_I2C) += st_pressure_i2c.o
obj-$(CONFIG_IIO_ST_PRESS_SPI) += st_pressure_spi.o