diff options
author | Ludovic Tancerel <ludovic.tancerel@maplehightech.com> | 2015-10-01 16:13:36 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-10-04 15:58:02 +0200 |
commit | d574a87cc311cb01486b8947a9133814a79e2e6e (patch) | |
tree | ee16be54ac4f600e45c054f0978e3be3317863cf /drivers/iio/common/Makefile | |
parent | iio: bmc150: Add SPI driver (diff) | |
download | linux-d574a87cc311cb01486b8947a9133814a79e2e6e.tar.xz linux-d574a87cc311cb01486b8947a9133814a79e2e6e.zip |
Add meas-spec sensors common part
Measurement specialties drivers common part.
These functions are used by further drivers
in the patchset: TSYS01, TSYS02D, HTU21, MS5637, MS8607
Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/common/Makefile')
-rw-r--r-- | drivers/iio/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/common/Makefile b/drivers/iio/common/Makefile index b1e4d9c9591c..585da6a1b188 100644 --- a/drivers/iio/common/Makefile +++ b/drivers/iio/common/Makefile @@ -8,5 +8,6 @@ # When adding new entries keep the list in alphabetical order obj-y += hid-sensors/ +obj-y += ms_sensors/ obj-y += ssp_sensors/ obj-y += st_sensors/ |